Fixes tests parameter

create_drop_db_gh
gindibay 2023-10-13 11:51:57 +03:00
parent 3abc40a55a
commit 5f077c794c
1 changed files with 1 additions and 1 deletions

View File

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