From f36c951ddc0372580abf8922ecc5261d92e86050 Mon Sep 17 00:00:00 2001 From: welcor <357770+welcor@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:57:07 +0200 Subject: [PATCH] check conf.h on build server --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a06c3f..367c7d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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