diff --git a/.github/workflows/ci_new_compiler.yml b/.github/workflows/ci_new_compiler.yml index b80f0b49e5..3f0f77f481 100644 --- a/.github/workflows/ci_new_compiler.yml +++ b/.github/workflows/ci_new_compiler.yml @@ -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