summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-06-20 16:36:19 +0200
committerGitHub <noreply@github.com>2022-06-20 16:36:19 +0200
commita751b78feedc6de9b909656e475e77f19f0b6d84 (patch)
tree917b2d603a2dee75ee6cd28c9e9ee23c8b08bb00
parent1cdf426d414b04cb5fdfc7bd4de351c6e60ef313 (diff)
Deny warnings by cargo (#1206)
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
-rw-r--r--.github/workflows/pull-request-checks.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index e9b6f544..2b57391d 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -6,6 +6,7 @@ on:
env:
CARGO_TERM_COLOR: always
+ RUSTFLAGS: -D warnings
jobs:
block-fixup: