summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-08-02 15:14:56 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-08-02 15:14:56 +1000
commit615efb81b4ee718b408ef9b6ca2ea210dd098178 (patch)
treed15488245777d32b6ec29e3b5157fc060a07fe85 /.github
parent248cdc9cf6e17f8519bf23197de28db48d9b0e01 (diff)
downloadmod_wsgi-615efb81b4ee718b408ef9b6ca2ea210dd098178.tar.gz
Add test for CMMI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b409482..edd1911 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,3 +28,5 @@ jobs:
run: python -m pip install --verbose .
- name: "Run mod_wsgi-express test"
run: scripts/run-single-test.sh
+ - name: "Verify CMMI configure/make/make install"
+ run: ./configure && make && make install