Skip to content

Commit

Permalink
ops: update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jun 30, 2024
1 parent 4535757 commit dd046f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
version: ${{ env.ZIG_VERSION }}

- name: Build
run: zig build
run: zig build --summary all

- name: Test
run: zig build -Doptimize=Release${{ matrix.mode }} test --summary all
run: zig build test -Doptimize=Release${{ matrix.mode }} --summary all

coverage:
name: Test coverage
Expand Down

0 comments on commit dd046f7

Please sign in to comment.