We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869a9e9 commit d153730Copy full SHA for d153730
1 file changed
taskfiles/test.yml
@@ -24,6 +24,13 @@ tasks:
24
cmds:
25
- go run ./cmd/tools/integration run {{.CLI_ARGS}}
26
27
+ integration:fix-loop:
28
+ desc: "Self-healing full test run: --fix --unit --race --clean --loop=10"
29
+ aliases:
30
+ - swiss-cheese
31
+ cmds:
32
+ - go run ./cmd/tools/integration run --fix --unit --race --clean --loop=10 {{.CLI_ARGS}}
33
+
34
show:
35
desc: "Show human-readable output for a test failure (e.g. task test:show -- .integration/20260331/mssql.txt:870)"
36
0 commit comments