diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c57ca9e..ef42d240 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Compile binary run: make cmake-server-build - name: Run tests - run: make test + run: BA_APP_RUN_ENABLE_BUILDS=1 BA_APP_RUN_BUILD_HEADLESS=1 make test # Test spinoff projects - versions of the project with feature-sets # added or removed or other changes made.