Skip to content
Next Next commit
Ensure no warnings on various targets
  • Loading branch information
ShaharNaveh committed Feb 27, 2026
commit 0751dcab4b918cb2b6512f3fececc7581524205b
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ jobs:
name: Ensure compilation on various targets
runs-on: ubuntu-latest
timeout-minutes: 30
env:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v6.0.2
- uses: dtolnay/rust-toolchain@stable
Expand Down
Loading