Allow GA unit tests to find the files
This commit is contained in:
parent
e77a227cbf
commit
314e26d9f3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue