From e51a6e32c0a5e833c74f42c7b1fc150844313113 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Mon, 20 May 2024 12:34:44 +0200 Subject: [PATCH] Fix ctest --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f7705e..4ff882d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,4 +22,4 @@ jobs: - name: Build run: cmake --build build - name: Run tests - run: cmake --build build --rerun-failed --output-on-failure --target test + run: ctest --rerun-failed --output-on-failure --test-dir build