From da720080a8e7670eeec5fb6a6bb10721c15ec9a9 Mon Sep 17 00:00:00 2001 From: jcschaff Date: Sun, 19 Jan 2025 18:56:09 -0500 Subject: [PATCH] revert ninja test to ctest --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8c2ff393..94c691c9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -163,7 +163,7 @@ jobs: cd build - ninja test + ctest -VV echo "------ running FiniteVolume_x64 ------" ./bin/FiniteVolume_x64 || true @@ -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 @@ -289,7 +289,7 @@ jobs: cd build - ninja test + ctest -VV echo "------ running FiniteVolume_x64 ------" ./bin/FiniteVolume_x64 || true