summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJorge Aparicio <jorge.aparicio@ferrous-systems.com>2023-11-24 15:59:30 +0100
committerDaniel McCarney <daniel@binaryparadox.net>2023-11-24 15:14:19 +0000
commite8bd45cff92f7050b98a8f023602a4af278b2c36 (patch)
tree6be47917d3d06f9b8d527a5853a2050fe4ed60b1 /.github
parent8188a5b291d63ac31203d9080a0b698446b3e2e1 (diff)
CI: deny warnings when checking feature powerset
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily-tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/daily-tests.yml b/.github/workflows/daily-tests.yml
index 4fb3698a..072fc583 100644
--- a/.github/workflows/daily-tests.yml
+++ b/.github/workflows/daily-tests.yml
@@ -110,3 +110,5 @@ jobs:
- name: Check feature powerset
run: cargo hack check --feature-powerset --no-dev-deps
+ env:
+ RUSTFLAGS: --deny warnings