diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-12-13 13:03:54 +0400 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-12-13 13:03:54 +0400 |
commit | 6f3b15b67a96f660ad67ee8fdbe109b2e0bf88f4 (patch) | |
tree | 6c76c218006e18479a0fa47443c7b155487a190e | |
parent | a5d7ea159f72ccd815185530508b09a1cbf23d68 (diff) | |
download | markdown-rs-6f3b15b67a96f660ad67ee8fdbe109b2e0bf88f4.tar.gz markdown-rs-6f3b15b67a96f660ad67ee8fdbe109b2e0bf88f4.tar.bz2 markdown-rs-6f3b15b67a96f660ad67ee8fdbe109b2e0bf88f4.zip |
Remove unneeded codegen in actions
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/main.yml | 2 |
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 |