aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index e323326..54f3549 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -13,11 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: configure
- run: ./configure
- name: make
- run: make
+ run: make debug
- name: make check
run: make check
- - name: make distcheck
- run: make distcheck