diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccc01a3e..e75af276 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,10 @@ jobs: toolchain: ${{ matrix.rust }} components: rustfmt, clippy default: true + - uses: actions-rs/cargo@v1 + with: + command: check + args: --all - uses: actions-rs/cargo@v1 with: command: test