fix(ci): build API then run in background to prevent timeout

This commit is contained in:
Bob Bobs
2024-02-11 14:16:31 +00:00
committed by Paul Makles
parent cf82972a80
commit 4c4dada3da
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
env:
TEST_DB: REFERENCE
run: |
cargo run --bin revolt-delta &
cargo build --bin revolt-delta && cargo run --bin revolt-delta &
- name: Wait for API to go up
if: github.event_name != 'pull_request' && github.ref_name == 'master'