Skip to content

Commit

Permalink
fixup gha syntax
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Aug 5, 2024
1 parent 81c6e92 commit b6eca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: cargo llvm-cov nextest --all ${{ matrix.flags }} --lcov --output-path lcov.info

- name: Check lockfile
run: cargo check --locked {{ matrix.flags }} --all-targets --all
run: cargo check --locked ${{ matrix.flags }} --all-targets --all

- name: Doctests
run: cargo test --doc ${{ matrix.flags }}

0 comments on commit b6eca9f

Please sign in to comment.