aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-11-22 22:54:39 -0500
committerGitHub <noreply@github.com>2019-11-22 22:54:39 -0500
commit46ab9c276afee2fb03304aa53089c6c700c7af6e (patch)
tree59ea6b7a8217c17c0c1e915616f6615cc1813d9c /.github/workflows
parent46a3e5a6837929d16670ed78e549882f34800ca4 (diff)
parent2ae80482cd88fb9786d3ff54777b8a462641f29f (diff)
downloadreloc-46ab9c276afee2fb03304aa53089c6c700c7af6e.tar.gz
Merge pull request #3 from jhunkeler/improve-testing
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