From b2e6a20596efdd08953325d2b8de24a6a9237032 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 27 Mar 2020 00:27:07 +0100 Subject: [PATCH] next try --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e53b2e51..99f15540 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,10 @@ jobs: runs-on: ${{ matrix.os }} steps: + - uses: actions/checkout@v2 - name: Build - uses: actions/checkout@v2 run: cargo build --verbose - name: Run tests - uses: actions/checkout@v2 run: cargo test --workspace -- --test-threads=1 - name: Run clippy uses: actions-rs/clippy-check@v1