From f4950196c9c75fcd0bce65660a95792b8abd6317 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Tue, 13 Jun 2023 11:25:45 -0700 Subject: [PATCH] making ci tests use locally built binary --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.