diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c239bed..071796e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,7 +48,9 @@ jobs: sudo ldconfig - uses: actions/checkout@v4 - name: Clippy - run: cargo clippy + run: cargo clippy -- -D warnings + - name: Check fmt + run: cargo fmt -- --check - name: Run tests run: cargo test - name: Build