Skip to content

Commit

Permalink
Tests different
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 22, 2023
1 parent 3a67f2c commit c1e316a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 10
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: |
build/tests/Release/test_nuclear.exe
for f in build/tests/individual/Release/*; do echo "Testing $f"; ./$f; done
shell: bash
run: |
build/tests/test_nuclear.exe
for f in build/tests/individual/*; do echo "Testing $f"; ./$f; done

0 comments on commit c1e316a

Please sign in to comment.