This commit is contained in:
welcor 2024-06-21 13:58:13 +02:00
parent f36c951ddc
commit 59e2e4f180

View file

@ -20,7 +20,7 @@ jobs:
- name: configure
run: ./configure
- name: list conf.h for testing
run cat src/conf.h
run: cat src/conf.h
- name: build tests
run: cd src && touch .accepted && make test
- name: build