From 24c3e961e4a2dbcd812a1c61e45d5a8b850de72c Mon Sep 17 00:00:00 2001 From: anastasia Date: Thu, 15 Apr 2021 16:33:46 +0300 Subject: [PATCH] Always run cargo build before tests in CI --- .github/workflows/testing.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2f8acc4385..450b93d85a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -77,10 +77,7 @@ jobs: target key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - # That build is only to build dependencies and can be skipped if Cargo.lock - # wasn't changed. Next steps need their own build - - name: Install cargo deps - if: steps.cache_cargo.outputs.cache-hit != 'true' + - name: Build run: | cargo build