move to background

This commit is contained in:
Adam Wilson
2025-04-24 11:29:08 -06:00
parent c9c5b8b0a7
commit c3cf6a5b54

View File

@@ -37,7 +37,7 @@ jobs:
- name: Run REST API server
run: |
# python ${{ github.workspace }}/tests/api/server.py &
python -m tests.api.server
python -m tests.api.server &
- name: Test API call
run: |