diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f529bcc..7601a70 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,6 +14,8 @@ jobs: with: rust-version: ${{ matrix.rust }} - uses: actions/checkout@v2 + - name: install clippy + run: rustup component add clippy - name: Run checks run: make check