Skip to content

Commit

Permalink
Remove -s it's too hard to read
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 15, 2023
1 parent e66f493 commit 08d522a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: |
build/tests/test_nuclear -s
build/tests/test_nuclear
for f in build/tests/individual/*; do echo "Testing $f"; ./$f -s; done
build-osx:
Expand All @@ -86,7 +86,7 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: |
build/tests/test_nuclear -s
build/tests/test_nuclear
for f in build/tests/individual/*; do echo "Testing $f"; ./$f -s; done
build-windows:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
# 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 -s
build/tests/Release/test_nuclear.exe
for f in build/tests/individual/Release/*; do echo "Testing $f"; ./$f -s; done
shell: bash

Expand Down

0 comments on commit 08d522a

Please sign in to comment.