aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-23 15:42:21 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-23 15:42:21 -0600
commit1ea68976f452a35b7aa20119c3eeb8ae14de107e (patch)
tree4149e32ef14672805137af7d45989b3850ba6842 /.github/workflows
parentc4ec886ec2a83fb186fc41634fdb987ce1ea416e (diff)
ci: set clippy to deny warnings
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fb04c2c..7caced6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,4 +62,4 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- args: --all-features
+ args: --all-features -- -D warnings