mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
don't run coverage on debug/x86_64 tests
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
||||
run: |
|
||||
CARGO_FEATURES="--features testing"
|
||||
if [[ $BUILD_TYPE == "debug" && $ARCH == 'x64' ]]; then
|
||||
cov_prefix="scripts/coverage --profraw-prefix=$GITHUB_JOB --dir=/tmp/coverage run"
|
||||
cov_prefix=""
|
||||
CARGO_FLAGS="--locked"
|
||||
elif [[ $BUILD_TYPE == "debug" ]]; then
|
||||
cov_prefix=""
|
||||
|
||||
Reference in New Issue
Block a user