Skip to content

Commit

Permalink
altered exe check
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Feb 5, 2025
1 parent a195a82 commit 64cd769
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_new_compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:

- run: zig build

- name: check roc executable output
- name: roc executable minimal check
run: |
./zig-out/bin/roc 2> std_err.txt; exit 0
cat std_err.txt | grep -q "info: Usage:"
./zig-out/bin/roc -h | grep -q "Usage:"
- name: zig tests
run: ./zig-out/bin/test
Expand Down

0 comments on commit 64cd769

Please sign in to comment.