We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b05a24 commit ab43a79Copy full SHA for ab43a79
.github/workflows/test.yml
@@ -26,6 +26,9 @@ jobs:
26
# https://twitter.com/jonhoo/status/1571290371124260865
27
- name: cargo test --locked
28
run: cargo test --locked --all-features --all-targets
29
+ # https://github.com/rust-lang/cargo/issues/6669
30
+ - name: cargo test --doc
31
+ run: cargo test --locked --all-features --doc
32
minimal:
33
runs-on: ubuntu-latest
34
name: ubuntu / stable / minimal-versions
0 commit comments