From 7ea97cb298e42e358f1ec95d41c0a75e4c12f9d4 Mon Sep 17 00:00:00 2001 From: Tom Linton Date: Thu, 24 Mar 2022 17:50:50 +1300 Subject: [PATCH] ci: Remove nightly clippy (#1674) --- .github/workflows/tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b648e3d0e..25b57f6bf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,8 +36,6 @@ jobs: - run: cargo build - run: cargo fmt -- --check - run: cargo clippy --all-targets -- -D warnings - - run: rustup toolchain install nightly --profile minimal --component clippy - - run: cargo +nightly clippy --all-targets -- -D warnings - run: cargo test - run: cd ts && yarn --frozen-lockfile - run: cd ts && yarn test