Skip to content

Commit 201e667

Browse files
committed
Makefile: do not record test coverage in test_unit_race_level0
1 parent 5d2d6de commit 201e667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test_unit_race_level0:
6363
go clean -testcache
6464
rm -f ./test/_ecdsa_fixtures/*json
6565
rm -f ./test/_eddsa_fixtures/*json
66-
go test -race ${UT_TIMEOUT} ${UT_COVER} $(UT_PACKAGES_LEVEL_0)
66+
go test -race ${UT_TIMEOUT} $(UT_PACKAGES_LEVEL_0)
6767

6868
test_unit_race: test_unit_race_level0
6969
@echo "--> Running Unit Tests (with Race Detection) - Level 1"

0 commit comments

Comments
 (0)