From 0cfa59a3136f20d2d3ff50d38182305ac7e673c7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 14 Feb 2021 18:11:41 +0000 Subject: [PATCH] Do not allow warnings --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index afc2771..4cf6a7d 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