Skip to content

Commit

Permalink
Enable -Werror in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 22, 2024
1 parent 35cd59b commit 6124404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
components: rustfmt
- name: Build
run: cargo build
env:
RUSTFLAGS: -Dwarnings
- name: Test
run: cargo test
- name: Format check
Expand Down

0 comments on commit 6124404

Please sign in to comment.