From adab5e34d4c2d274c141835dc6fa2c6610eac4f3 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 9 Jul 2023 22:16:51 +0000 Subject: [PATCH] swap components in ci --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: