We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5ae5e commit 6b7c224Copy full SHA for 6b7c224
.github/workflows/ci.yml
@@ -24,4 +24,6 @@ jobs:
24
run: cargo test --verbose
25
- name: Run no_std test
26
run: cd finny_nostd_tests && cargo build && cargo run
27
+ - name: Generate documentation and run doc tests.
28
+ run: cargo doc --no-deps
29
0 commit comments