diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6980522..fdf7cde 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,6 +26,12 @@ jobs: - name: Run tests run: cargo test --verbose + - name: Run cargo fmt + run: cargo fmt --all --check + + - name: Run cargo clippy + run: cargo clippy --all-targets + - name: Upload executable uses: actions/upload-artifact@v4 with: