diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d45ca4..a9bc7e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,8 +11,7 @@ jobs: with: toolchain: stable components: rustfmt, clippy - - run: cargo clippy --examples --tests --benches -- -D clippy::pedantic -A clippy::doc_link_with_quotes -A clippy::too_many_lines - - run: cargo fmt --all -- --check + - run: cargo fmt --check && cargo clippy --examples --tests --benches - run: cargo test # - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml # - uses: codecov/codecov-action@v1 |