From 5544c27e8fadb25141a3c795c87cd5ed48a9bc92 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 2 Jun 2021 17:24:34 +0300 Subject: [PATCH] Add clippy and rustfmt to CI toolchain. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1a6789..deac3ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true default: true + components: rustfmt, clippy - name: ${{matrix.command.name}} uses: actions-rs/cargo@v1