From 1e305b89ed0ee195f9c8e6229140dfe7b4ce6d19 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 4 Mar 2020 18:05:29 +0100 Subject: Remove needless dep --- .github/workflows/ci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74ce147ae..633015956 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,15 +74,10 @@ jobs: key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - name: Compile - uses: actions-rs/cargo@v1 - with: - command: test - args: --no-run + run: cargo test --no-run - name: Test - uses: actions-rs/cargo@v1 - with: - command: test + run: cargo test - name: Prepare cache run: cargo xtask pre-cache -- cgit v1.2.3