diff --git a/.github/workflows/tests-and-lints-template.yaml b/.github/workflows/tests-and-lints-template.yaml index 2c9ffcc..64665c4 100644 --- a/.github/workflows/tests-and-lints-template.yaml +++ b/.github/workflows/tests-and-lints-template.yaml @@ -111,7 +111,7 @@ jobs: with: cache-on-failure: true - - run: cargo clippy --workspace --lib --all-targets --all-features -- -D clippy::dbg-macro + - run: cargo +nightly clippy --workspace --lib --all-targets --all-features -- -D clippy::dbg-macro env: RUSTFLAGS: -Dwarnings