diff options
author | 2023-11-12 03:33:09 +0100 | |
---|---|---|
committer | 2023-11-12 03:33:09 +0100 | |
commit | 93416cbebd1dad04d250bc39ee7db9482d1e5e72 (patch) | |
tree | 5135c566daf65fce34fd6956e4680649811cb6e4 /.github | |
parent | 178521e8121d6f54dbaf2d0dbeb3892f7555b96a (diff) | |
download | iced-93416cbebd1dad04d250bc39ee7db9482d1e5e72.tar.gz iced-93416cbebd1dad04d250bc39ee7db9482d1e5e72.tar.bz2 iced-93416cbebd1dad04d250bc39ee7db9482d1e5e72.zip |
Deny warnings in `test` workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 215b616b..e9e1d86b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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] |