summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-12 03:33:09 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-12 03:33:09 +0100
commit93416cbebd1dad04d250bc39ee7db9482d1e5e72 (patch)
tree5135c566daf65fce34fd6956e4680649811cb6e4 /.github
parent178521e8121d6f54dbaf2d0dbeb3892f7555b96a (diff)
downloadiced-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.yml2
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]