diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e4f4855..e5642fe 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,4 +17,6 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose + - name: Run clippy + run: cargo clippy --verbose \ No newline at end of file