mirror of https://github.com/citusdata/citus.git
Fixes tests parameter
parent
3abc40a55a
commit
5f077c794c
|
@ -246,7 +246,7 @@ jobs:
|
|||
echo ${TESTS}
|
||||
gosu circleci \
|
||||
make -C src/test/regress \
|
||||
check-arbitrary-configs parallel=4 CONFIGS=${tests}
|
||||
check-arbitrary-configs parallel=4 CONFIGS=${TESTS}
|
||||
- uses: "./.github/actions/save_logs_and_results"
|
||||
if: always()
|
||||
- uses: "./.github/actions/upload_coverage"
|
||||
|
|
Loading…
Reference in New Issue