We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa87d01 commit 7cb6a3dCopy full SHA for 7cb6a3d
1 file changed
.github/workflows/ci.yml
@@ -25,6 +25,10 @@ jobs:
25
- uses: r7kamura/rust-problem-matchers@v1.1.0
26
- name: "Run `cargo check`"
27
run: cargo check --all-targets --all
28
+ - name: "Check docs.rs build"
29
+ run: cargo check
30
+ env:
31
+ RUSTFLAGS: "--cfg docsrs_dummy_build"
32
33
test:
34
name: Test
0 commit comments