check conf.h on build server

This commit is contained in:
welcor 2024-06-21 13:57:07 +02:00
parent 1330cb7b18
commit f36c951ddc

View file

@ -19,6 +19,8 @@ jobs:
run: sudo apt install -y libcmocka-dev
- name: configure
run: ./configure
- name: list conf.h for testing
run cat src/conf.h
- name: build tests
run: cd src && touch .accepted && make test
- name: build