Merge pull request #2135 from iced-rs/ci/deny-warnings

Deny warnings in `test` workflow
This commit is contained in:
Héctor Ramón 2023-11-12 03:43:40 +01:00 committed by GitHub
commit 817f728687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 4 deletions

View file

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