diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe5bd8b..0e9a88c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,9 @@ jobs: - name: Formatting (rustfmt) uses: actions-rs/cargo@v1 with: + toolchain: nightly command: fmt - args: +nightly --all -- --check --verbose + args: --all -- --check --verbose - name: Tests (test) uses: actions-rs/cargo@v1 with: