making ci tests use locally built binary

This commit is contained in:
Eric Froemling 2023-06-13 11:25:45 -07:00
parent 092ba5e433
commit f4950196c9
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -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.