Skip to content

Commit

Permalink
Skip doc tests when testing without gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Mar 1, 2022
1 parent c0529dc commit a5d5fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
RUSTDOCFLAGS: ${{ env.RUSTDOCFLAGS }} -Ctarget-feature=+avx512f

- name: Test (--no-default-features)
run: cargo test --release --no-default-features
run: cargo test --release --no-default-features --lib --tests

- name: Clippy
run: cargo clippy --all-targets
Expand Down

0 comments on commit a5d5fc5

Please sign in to comment.