aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c439044..a38c5c5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -11,7 +11,6 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- - run: cargo run --manifest-path generate/Cargo.toml
- run: cargo fmt --check && cargo clippy --examples --tests --benches
- run: cargo test
coverage:
@@ -21,6 +20,5 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- - run: cargo run --manifest-path generate/Cargo.toml
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
- uses: codecov/codecov-action@v3