Skip to content

Commit

Permalink
Move Rust warnings flag to Clippy job
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Dec 19, 2024
1 parent 47528e0 commit e81c764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings" # Make sure CI fails on all warnings, including Clippy lints

jobs:
clippy_check:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Dwarnings" # Make sure CI fails on all warnings, including Clippy lints
steps:
- uses: actions/checkout@v4
- name: Run Clippy
Expand Down

0 comments on commit e81c764

Please sign in to comment.