Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9439bfe + 5515c27 commit e82b141Copy full SHA for e82b141
1 file changed
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
15
- run: rustup component add clippy
16
- run: RUSTFLAGS=-Dwarnings cargo test
17
- run: cargo clippy -- -Dwarnings
18
+ - run: cargo doc
19
- run: RUSTFLAGS=-Dwarnings cargo build --manifest-path fuzz/Cargo.toml --all
20
21
beta:
0 commit comments