We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fbeb3 commit 44aa8b2Copy full SHA for 44aa8b2
1 file changed
Makefile
@@ -38,11 +38,11 @@ windows: create_bin_dir
38
39
test: getdep
40
echo Performing a go test
41
- go test ./... -v -race
+ go test ./... -v -failfast
42
43
coverage: getdep
44
echo Performing test with coverage
45
- go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic
+ go test ./... -v -failfast -coverprofile=coverage.txt -covermode=atomic
46
47
getdep:
48
go get -v ./...
0 commit comments