Deny warnings in test workflow

This commit is contained in:
Héctor Ramón Jiménez 2023-11-12 03:33:09 +01:00
parent 178521e812
commit 93416cbebd
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -3,6 +3,8 @@ on: [push, pull_request]
jobs:
native:
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: --deny warnings
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]