Skip to content

Commit

Permalink
[ci] Check with tests (#852)
Browse files Browse the repository at this point in the history
Run `cargo check --tests`, not just `cargo check`.
  • Loading branch information
joshlf committed Feb 8, 2024
1 parent 8fd4a7e commit 9890e55
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 @@ -151,8 +151,8 @@ jobs:
with:
key: "${{ matrix.target }}"

- name: Check
run: ./cargo.sh +${{ matrix.toolchain }} check --package ${{ matrix.crate }} --target ${{ matrix.target }} ${{ matrix.features }} --verbose
- name: Check tests
run: ./cargo.sh +${{ matrix.toolchain }} check --tests --package ${{ matrix.crate }} --target ${{ matrix.target }} ${{ matrix.features }} --verbose

- name: Build
run: ./cargo.sh +${{ matrix.toolchain }} build --package ${{ matrix.crate }} --target ${{ matrix.target }} ${{ matrix.features }} --verbose
Expand Down

0 comments on commit 9890e55

Please sign in to comment.