summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-14 18:11:41 +0000
committerEllie Huxtable <e@elm.sh>2021-02-14 18:14:34 +0000
commit0cfa59a3136f20d2d3ff50d38182305ac7e673c7 (patch)
treed3c9f7afc27f8faa6c532c09d2a4ced6b9e9bbdb
parent3323b3079a0106db6ce9b7f1a08dd093f5fdf56b (diff)
Do not allow warnings
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index afc27711..4cf6a7d4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -54,7 +54,7 @@ jobs:
components: clippy
- name: Run clippy
- run: cargo clippy
+ run: cargo clippy -D warnings
format:
runs-on: ubuntu-latest