Skip to content

Commit 311edfa

Browse files
committed
fail fast on legacy code
1 parent 5057a02 commit 311edfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks:
3030
test-legacy:
3131
desc: Run tests for the `legacy` package
3232
cmds:
33-
- go test {{ default "-v" .GOFLAGS }} ./legacy/...
33+
- go test {{ default "-v -failfast" .GOFLAGS }} ./legacy/...
3434

3535
test-unit-race:
3636
desc: Run unit tests only with race condition detection

0 commit comments

Comments
 (0)