Skip to content

Commit

Permalink
revert ninja test to ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 19, 2025
1 parent 649fb94 commit da72008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
cd build
ninja test
ctest -VV
echo "------ running FiniteVolume_x64 ------"
./bin/FiniteVolume_x64 || true
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
export PATH="/d/a/_temp/msys64/clang64/bin:$PATH"
pacman -Sy --noconfirm diffutils
ninja test
ctest -VV
echo "------ running FiniteVolume_x64 ------"
./bin/FiniteVolume_x64 || true
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
cd build
ninja test
ctest -VV
echo "------ running FiniteVolume_x64 ------"
./bin/FiniteVolume_x64 || true
Expand Down

0 comments on commit da72008

Please sign in to comment.