summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2023-11-12 03:43:40 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-12 03:43:40 +0100
commit817f72868746461891ca4e74473c555f3b5c5703 (patch)
tree7aaf36889e79f4148b8cf92d9f22afcd781a9436 /.github
parent217cbce8a12024708f565718e2a9798caef0d26e (diff)
parentf98627a317615151681ca8b324052eb4a170b789 (diff)
downloadiced-817f72868746461891ca4e74473c555f3b5c5703.tar.gz
iced-817f72868746461891ca4e74473c555f3b5c5703.tar.bz2
iced-817f72868746461891ca4e74473c555f3b5c5703.zip
Merge pull request #2135 from iced-rs/ci/deny-warnings
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 a08033c9..9c5ee0d9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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]