Skip to content

Commit

Permalink
Try RUSTDOCFLAGS env var as recommended in rust-lang/cargo#6650
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethbita committed Oct 6, 2024
1 parent 815ab66 commit 9bdf266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9bdf266

Please sign in to comment.