summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2023-04-14 22:26:56 +0200
committerGitHub <noreply@github.com>2023-04-14 22:26:56 +0200
commit39bb28130dc54ba294b5e6f9af441ba7692d6221 (patch)
tree16d6f84f3b72c2f58a381ad6f3fe973b6715d3b2 /.github
parent377d73a55ba7bdbb1a47084c684fb1334b200f1b (diff)
Enable `println` warning (#1929)
Diffstat (limited to '.github')
-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 a983ca86..6fe0e4e5 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
- args: --workspace --all-targets --all-features
+ args: --workspace --all-targets --all-features -- -D warnings
- name: rustfmt
uses: actions-rs/cargo@v1
with: