diff options
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c08513..918cb22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -20,6 +20,7 @@ jobs: | |||
| 20 | with: | 20 | with: |
| 21 | toolchain: nightly | 21 | toolchain: nightly |
| 22 | override: true | 22 | override: true |
| 23 | components: rustfmt, clippy | ||
| 23 | 24 | ||
| 24 | - name: Lint with rustfmt | 25 | - name: Lint with rustfmt |
| 25 | uses: actions-rs/cargo@v1 | 26 | uses: actions-rs/cargo@v1 |
