summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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