Updates test binary name in build.yml

develop
Josh Cooper 2022-11-11 18:49:52 -08:00
parent 25f87306b4
commit a716b2796e
1 changed files with 1 additions and 1 deletions

@ -100,7 +100,7 @@ jobs:
id: run_tests
run: |
export TERM=dumb
if build-ci/library/test-all; then
if build-ci/library/tests/test-library; then
status=0
script -qe -c "python ci/run-tests.py --headless --keep-status \"$DF_FOLDER\"" || status=$((status + 1))
python ci/check-rpc.py "$DF_FOLDER/dfhack-rpc.txt" || status=$((status + 2))