diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d9a8d0b..80751592 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -68,7 +68,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: components: rustfmt - - run: cargo fmt --check --all + - run: cargo +nightly fmt --check --all check: runs-on: ubuntu-latest