Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fknorr committed Jan 8, 2024
1 parent d9df272 commit 34e3827
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/simsycl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,12 @@ jobs:
working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ${{ steps.strings.outputs.build-output-dir }}/test/tests*
run: ${{ steps.strings.outputs.build-output-dir }}/test/tests
if: matrix.os != 'windows-latest'

- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ${{ steps.strings.outputs.build-output-dir }}/test/tests.exe
if: matrix.os == 'windows-latest'

0 comments on commit 34e3827

Please sign in to comment.