Skip to content

Commit

Permalink
πŸ’š remove run step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Sep 3, 2024
1 parent 3fb0a56 commit a8a3590
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
restore-keys: |
${{ runner.os }}-zig-build-
- name: Build and Run
run: zig build run -- info

- name: Unit testing
run: zig build test --summary all

Expand Down

0 comments on commit a8a3590

Please sign in to comment.