mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
don't run coverage on debug/x86_64 tests
This commit is contained in:
@@ -169,7 +169,7 @@ runs:
|
||||
fi
|
||||
|
||||
if [[ $BUILD_TYPE == "debug" && $RUNNER_ARCH == 'X64' ]]; then
|
||||
cov_prefix=(scripts/coverage "--profraw-prefix=$GITHUB_JOB" --dir=/tmp/coverage run)
|
||||
cov_prefix=()
|
||||
else
|
||||
cov_prefix=()
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user