From 9e15dedc9fb2150944838f64047612e1ca281e00 Mon Sep 17 00:00:00 2001 From: Rich Hornung Date: Fri, 19 Jul 2024 11:06:39 -0700 Subject: [PATCH] one more crazy try --- .github/workflows/build.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbcc321033..77bff98b40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,8 +61,11 @@ jobs: ${{ matrix.shared.args }} run-build: true build-args: '--parallel 16' - - uses: threeal/ctest-action@v1.1.0 - with: - test-dir: raja-build/test/Release/.. - build-config: Release -## args: '-C Release' + - name: Run Tests + run: ctest.exe -T test -C Release + shell: bash +## - uses: threeal/ctest-action@v1.1.0 +## with: +## test-dir: raja-build/test/Release/.. +## build-config: Release +### args: '-C Release'