Skip to content

Commit

Permalink
chore: correct the binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Dec 28, 2024
1 parent 4a533fd commit 9e5f47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion systemtests/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Or via manual steps
```shell
make build
mkdir -p ./tests/systemtests/binaries
cp ./build/simd ./tests/systemtests/binaries/
cp ./build/simdv2 ./tests/systemtests/binaries/
```

## Part 1: Writing the first system test
Expand Down
4 changes: 2 additions & 2 deletions tests/systemtests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Or via manual steps
```shell
make build
mkdir -p ./tests/systemtests/binaries
cp ./build/simd ./tests/systemtests/binaries/
cp ./build/simdv2 ./tests/systemtests/binaries/
```

### Manual test run

```shell
go test -v -mod=readonly -failfast -tags='system_test' --run TestStakeUnstake ./... --verbose
go test -v -mod=readonly -failfast -tags='system_test' --run TestStakeUnstake ./...
```

### Working with macOS
Expand Down

0 comments on commit 9e5f47d

Please sign in to comment.