From 2c5f1f2142bee9d9ab326c3e3c90a9c11847d195 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 27 Mar 2020 00:34:59 +0100 Subject: [PATCH] first clean then clippy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c08e0c7..fde37eb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: - name: Run tests run: cargo test --workspace -- --test-threads=1 - name: Run clippy - run: cargo clippy + run: cargo clean && cargo clippy