diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 564d3e4..f5d16b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,8 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: stable + components: clippy + - name: Run checks + run: cargo clippy - name: Run tests - run: cargo test \ No newline at end of file + run: cargo test