We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2d6de commit 201e667Copy full SHA for 201e667
Makefile
@@ -63,7 +63,7 @@ test_unit_race_level0:
63
go clean -testcache
64
rm -f ./test/_ecdsa_fixtures/*json
65
rm -f ./test/_eddsa_fixtures/*json
66
- go test -race ${UT_TIMEOUT} ${UT_COVER} $(UT_PACKAGES_LEVEL_0)
+ go test -race ${UT_TIMEOUT} $(UT_PACKAGES_LEVEL_0)
67
68
test_unit_race: test_unit_race_level0
69
@echo "--> Running Unit Tests (with Race Detection) - Level 1"
0 commit comments