Skip to content

Commit 91c168d

Browse files
committed
ci: remove old clap flag
1 parent 527783b commit 91c168d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: mlugg/setup-zig@v2
1515

1616
- name: Run tests
17-
run: zig build test -Dclap
17+
run: zig build test
1818

1919
- name: Build examples
2020
run: |

0 commit comments

Comments
 (0)