diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 26aed7c1e..95ce4a51c 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -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