From f776663b13763c35f33b6d20f22a2dbd75c955d8 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sun, 29 Oct 2023 16:58:29 -0700 Subject: [PATCH] Switch to calling CTest directly. --- .github/workflows/compile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c6b98aa..fd55237 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -44,8 +44,7 @@ jobs: # Run tests - name: Tests run: | - cd build - make test + ctest --test-dir build # Gather documentation and executables to a common directory # Ignore copying errors from only one of build/jpegoptim or build/jpegoptim.exe existing