Skip to content

Commit

Permalink
Detect Rust warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Jun 9, 2024
1 parent 2d2faa6 commit 713b0f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
code:
name: dart-and-rust-code
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings

steps:
- name: Checkout repository
Expand Down

0 comments on commit 713b0f5

Please sign in to comment.