mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Always run cargo build before tests in CI
This commit is contained in:
5
.github/workflows/testing.yml
vendored
5
.github/workflows/testing.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user