Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent a21bdc1 commit 06cbb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
#working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: |
./test/unit/UNITTESTS
./test/blackbox/BLACKBOX
./build/test/unit/UNITTESTS
./build/test/blackbox/BLACKBOX

0 comments on commit 06cbb3a

Please sign in to comment.