Skip to content

Commit d153730

Browse files
committed
integration: add fix-loop task for self-healing full test run
1 parent 869a9e9 commit d153730

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

taskfiles/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ tasks:
2424
cmds:
2525
- go run ./cmd/tools/integration run {{.CLI_ARGS}}
2626

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+
2734
show:
2835
desc: "Show human-readable output for a test failure (e.g. task test:show -- .integration/20260331/mssql.txt:870)"
2936
cmds:

0 commit comments

Comments
 (0)