Skip to content

Commit 64cd769

Browse files
committed
altered exe check
1 parent a195a82 commit 64cd769

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci_new_compiler.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535

3636
- run: zig build
3737

38-
- name: check roc executable output
38+
- name: roc executable minimal check
3939
run: |
40-
./zig-out/bin/roc 2> std_err.txt; exit 0
41-
cat std_err.txt | grep -q "info: Usage:"
40+
./zig-out/bin/roc -h | grep -q "Usage:"
4241
4342
- name: zig tests
4443
run: ./zig-out/bin/test

0 commit comments

Comments
 (0)