Skip to content

Commit

Permalink
fix: make test workflow work
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Oct 28, 2024
1 parent dfd84af commit c606539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test
run: ctest --test-dir -C ${{env.BUILD_TYPE}} --output-on-failure
run: ctest --test-dir ${{github.workspace}}/build -C ${{env.BUILD_TYPE}} --output-on-failure

0 comments on commit c606539

Please sign in to comment.