summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-03-09 10:33:00 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-03-09 10:33:00 +0100
commitd00c52043dfd48f6853c48e390b5934d035506e3 (patch)
tree158d869afdd221dabb1590a26fc3df0530d4c708
parentc9c5d9be5bde3b356a5a18af8324b59cc1492642 (diff)
Make cargo-deny optional in CI
Rationale being that this might break unrelated PRs, which is really not what we want. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5a2274a..674b14e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -136,7 +136,6 @@ jobs:
- check
- nix-checks
- clippy
- - deny
- fmt
- test
runs-on: ubuntu-latest