Deny warnings in test workflow
This commit is contained in:
parent
178521e812
commit
93416cbebd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -3,6 +3,8 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
native:
|
native:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: --deny warnings
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue