Skip to content

Commit

Permalink
Add --all-features to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cape committed Mar 10, 2023
1 parent a049b38 commit 9203c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: r7kamura/rust-problem-matchers@v1
- run: cargo +${{ matrix.rust }} test --release
- run: cargo +${{ matrix.rust }} test --release --all-features

doc:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 9203c21

Please sign in to comment.