diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 03fc493..f31f986 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,7 +29,7 @@ jobs: run: RUSTFLAGS="-C target-feature=-crt-static" cargo build --all-features --verbose - name: Run tests - run: RUSTFLAGS="-C target-feature=-crt-static" cargo test --all-features --verbose + run: RUSTFLAGS="-C target-feature=-crt-static" RUSTDOCFLAGS="-C target-feature=-crt-static" cargo test --all-features --verbose - name: Audit run: |