diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 984a7622e..53bfca76e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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))