From a716b2796eb4598451dba3e0ea6ce3151dea3e59 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Fri, 11 Nov 2022 18:49:52 -0800 Subject: [PATCH] Updates test binary name in build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))