From a5d5fc5d3a66977d350a8aab1d4a23871a063412 Mon Sep 17 00:00:00 2001 From: unageek <29035331+unageek@users.noreply.github.com> Date: Tue, 1 Mar 2022 22:15:10 +0900 Subject: [PATCH] Skip doc tests when testing without `gmp` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 779a64a..e1e8964 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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