Fix(CI): run test suite from the build folder (maybe this won't work due to file

paths in the test suite)
This commit is contained in:
Dave Corley 2023-10-03 15:42:17 -05:00
parent 1cecfb0109
commit 051eda4c53

View File

@ -37,7 +37,7 @@ jobs:
run: make -j$(nproc)
- name: Test
run: ./openmw_test_suite
run: ./build/openmw_test_suite
- name: Install
shell: bash