more ci work

This commit is contained in:
Eric Froemling 2023-06-05 15:43:28 -07:00
parent fd96593737
commit 906c7dd889
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -35,8 +35,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: tools/pcommand install_pip_reqs
- name: Compile binary
run: make _cmake-simple-ci-server-build
run: make cmake-server-build
- name: Run tests
run: make test