Skip to content

Commit

Permalink
Fix CI for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Apr 30, 2021
1 parent d37eae8 commit 976b18f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Test
run: |
cargo test --target ${{ matrix.target }}
cargo test --target ${{ matrix.target }} --no-default-features
# doctests don't work without `libm` or `std`
cargo test --target ${{ matrix.target }} --tests --no-default-features
# all stable features:
cargo test --target ${{ matrix.target }} --features=std,serde1,rayon

0 comments on commit 976b18f

Please sign in to comment.