debugging pcommandbatch compile failure

This commit is contained in:
Eric Froemling 2023-08-21 10:26:39 -07:00
parent 6808eacecd
commit d4a623cabd
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: tools/pcommand install_pip_reqs
- name: Run checks
run: make check
run: BA_PCOMMANDBATCH_BUILD_VERBOSE=1 make check
# Compile a server binary and run some tests.
build_and_test_linux: