Add clippy and rustfmt to CI toolchain.

This commit is contained in:
Sebastian Schmidt 2021-06-02 17:24:34 +03:00
parent 1d96ced45c
commit 5544c27e8f

View File

@ -44,6 +44,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true
default: true
components: rustfmt, clippy
- name: ${{matrix.command.name}}
uses: actions-rs/cargo@v1