Skip to content

Commit 212a2c9

Browse files
committed
Add RUSTFLAGS="-Dwarnings" env for Clippy job
1 parent 3b85a37 commit 212a2c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workspace.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
clippy:
1414
name: Clippy
1515
runs-on: ubuntu-latest
16+
env:
17+
RUSTFLAGS: "-Dwarnings"
1618
steps:
1719
- uses: actions/checkout@v3
1820
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)