We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5057a02 commit 311edfaCopy full SHA for 311edfa
βTaskfile.yml
@@ -30,7 +30,7 @@ tasks:
30
test-legacy:
31
desc: Run tests for the `legacy` package
32
cmds:
33
- - go test {{ default "-v" .GOFLAGS }} ./legacy/...
+ - go test {{ default "-v -failfast" .GOFLAGS }} ./legacy/...
34
35
test-unit-race:
36
desc: Run unit tests only with race condition detection
0 commit comments