Allow GA unit tests to find the files

This commit is contained in:
Jean Pierre Cimalando 2021-03-18 01:05:20 +01:00
parent e77a227cbf
commit 314e26d9f3

View file

@ -78,9 +78,8 @@ jobs:
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config "$BUILD_TYPE" -j 2
- name: Test
working-directory: ${{runner.workspace}}/build
shell: bash
run: tests/sfizz_tests
run: ${{runner.workspace}}/build/tests/sfizz_tests
- name: Install
working-directory: ${{runner.workspace}}/build
shell: bash