Skip to content

Commit

Permalink
Merge pull request #5 from ATTron/chore/sc-64
Browse files Browse the repository at this point in the history
chore: [sc-64] Update Zig Workflow to Call `zig build test --summary all`
  • Loading branch information
ATTron authored Jun 27, 2024
2 parents 25671cc + b15e7d5 commit cc5de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
version: 0.13.0

- name: Run Zig Test
run: zig test src/ccsds.zig
run: zig build test --summary all

0 comments on commit cc5de72

Please sign in to comment.