aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-22 00:34:32 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-22 16:05:03 -0500
commit6e877cf4f49f4b396e3a2e8898eef69188df8fdb (patch)
treef9a5ecceb32f262e897dca9655ab84657a54b57e /.github/workflows
parentcb28447b459fff3a9a154ad4f3c5b51287919658 (diff)
downloadreloc-6e877cf4f49f4b396e3a2e8898eef69188df8fdb.tar.gz
Improve testing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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