Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Nov 29, 2023
1 parent 3e037bf commit 120800a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: check
- name: check (no features)
run: cargo +${{ matrix.rust }} check --no-default-features --all-targets
- name: check (all features)
run: cargo +${{ matrix.rust }} check --all-features --all-targets
- name: test/debug
run: cargo +${{ matrix.rust }} test --all-features
Expand Down

0 comments on commit 120800a

Please sign in to comment.