Always run cargo build before tests in CI

This commit is contained in:
anastasia
2021-04-15 16:33:46 +03:00
committed by lubennikovaav
parent 92fb7a1641
commit 24c3e961e4

View File

@@ -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