diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2d3dc4..f8321c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: toolchain: "1.59.0" - run: | - rustup component add clippy + rustup component add rustfmt cargo fmt --all -- --check clippy: @@ -47,7 +47,7 @@ jobs: toolchain: "1.59.0" - run: | - rustup component add rustfmt + rustup component add clippy cargo clippy --features=macro -- -D warnings boostrap: