Skip to content

Commit 6f3b15b

Browse files
committed
Remove unneeded codegen in actions
1 parent a5d7ea1 commit 6f3b15b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
with:
1212
toolchain: stable
1313
components: rustfmt, clippy
14-
- run: cargo run --manifest-path generate/Cargo.toml
1514
- run: cargo fmt --check && cargo clippy --examples --tests --benches
1615
- run: cargo test
1716
coverage:
@@ -21,6 +20,5 @@ jobs:
2120
- uses: actions-rs/toolchain@v1
2221
with:
2322
toolchain: stable
24-
- run: cargo run --manifest-path generate/Cargo.toml
2523
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
2624
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)