diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-22 00:34:32 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-22 16:05:03 -0500 |
| commit | 6e877cf4f49f4b396e3a2e8898eef69188df8fdb (patch) | |
| tree | f9a5ecceb32f262e897dca9655ab84657a54b57e /.github/workflows | |
| parent | cb28447b459fff3a9a154ad4f3c5b51287919658 (diff) | |
| download | reloc-6e877cf4f49f4b396e3a2e8898eef69188df8fdb.tar.gz | |
Improve testing
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
