diff --git a/.github/workflows/make-autotest.yml b/.github/workflows/make-autotest.yml index 75c4d4d..03ba9a7 100644 --- a/.github/workflows/make-autotest.yml +++ b/.github/workflows/make-autotest.yml @@ -20,6 +20,8 @@ jobs: ref: automake - name: init run: sh ./build.sh init + - name: configure + run: ./configure - name: make run: make - name: make test