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

paths in the test suite)
pull/657/head
Dave Corley 7 months ago
parent 1cecfb0109
commit 051eda4c53

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

Loading…
Cancel
Save