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 a5d7ea1 commit 6f3b15bCopy full SHA for 6f3b15b
.github/workflows/main.yml
@@ -11,7 +11,6 @@ jobs:
11
with:
12
toolchain: stable
13
components: rustfmt, clippy
14
- - run: cargo run --manifest-path generate/Cargo.toml
15
- run: cargo fmt --check && cargo clippy --examples --tests --benches
16
- run: cargo test
17
coverage:
@@ -21,6 +20,5 @@ jobs:
21
20
- uses: actions-rs/toolchain@v1
22
23
24
25
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
26
- uses: codecov/codecov-action@v3
0 commit comments