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