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 120800a commit 56fc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: check (no features)
run: cargo +${{ matrix.rust }} check --no-default-features --all-targets
run: cargo +${{ matrix.rust }} check --no-default-features
- name: check (all features)
run: cargo +${{ matrix.rust }} check --all-features --all-targets
- name: test/debug
Expand Down

0 comments on commit 56fc9e0

Please sign in to comment.