From 6e877cf4f49f4b396e3a2e8898eef69188df8fdb Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 22 Nov 2019 00:34:32 -0500 Subject: Improve testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9723294..fcd07d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,4 +40,4 @@ jobs: - name: make run: cmake --build . - name: test - run: ctest -V + run: ctest -C Debug -V -- cgit