From 64cd769ba7b820918ce8465052ff3026e99b1b7b Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:58:08 +0100 Subject: [PATCH] altered exe check --- .github/workflows/ci_new_compiler.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_new_compiler.yml b/.github/workflows/ci_new_compiler.yml index b80f0b49e56..3f0f77f481b 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