Skip to content

Commit

Permalink
only log failures in go test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Jun 10, 2024
1 parent c9020d7 commit 9723b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gosdk-mocks:
./generate_mocks.sh

gosdk-test:
go test -v -tags bn256 -p 1 ./...
go test -tags bn256 -p 1 ./...

install-gosdk: | gosdk-build wasm-build

Expand Down

0 comments on commit 9723b8c

Please sign in to comment.