summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:03:28 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:03:28 (GMT)
commitcccdc8fe21d1b1daacb0d8e74fc48f9404a0948e (patch)
treecbde74a9a0c623489ea35ed6a71ccfbfe50cfa4d /.github/workflows/ci.yml
parent243f6b523319329d5ab585a42128b7337d6734d5 (diff)
downloadlz4-cccdc8fe21d1b1daacb0d8e74fc48f9404a0948e.zip
lz4-cccdc8fe21d1b1daacb0d8e74fc48f9404a0948e.tar.gz
lz4-cccdc8fe21d1b1daacb0d8e74fc48f9404a0948e.tar.bz2
Enable cxxtest as per #993
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9b74c4..d115a26 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,9 +108,9 @@ jobs:
if: always()
run: make V=1 clean ctocpptest
-## - name: make cxxtest
-## if: ${{ matrix.cxxtest == 'true' }}
-## run: make V=1 clean cxxtest
+ - name: make cxxtest
+ if: ${{ matrix.cxxtest == 'true' }}
+ run: make V=1 clean cxxtest
- name: make -C programs default
if: always()