From bf9b6d8088412854128b36309362fc4f68cc8bf7 Mon Sep 17 00:00:00 2001 From: JT Date: Sat, 4 Sep 2021 20:02:57 +1200 Subject: [PATCH] improve ci --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e43ca92113..43226ea689 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,6 @@ jobs: override: true components: rustfmt, clippy - - uses: actions-rs/cargo@v1 - with: - command: build - - uses: actions-rs/cargo@v1 with: command: test