Skip to content

Commit

Permalink
CI GA: make windows cmake fail on failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ped7g committed Jan 22, 2025
1 parent 9eb034d commit 054ce28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
bash -c "sjasmplus.exe --help"
bash -c "sjasmplus.exe --help=warnings"
echo *** run tests
bash ContinuousIntegration/test_folder_tests.sh
echo *** run examples
bash ContinuousIntegration/test_folder_tests.sh &&
echo *** run examples &&
bash ContinuousIntegration/test_folder_examples.sh

0 comments on commit 054ce28

Please sign in to comment.