Skip to content

Commit

Permalink
fix(ci): build API then run in background to prevent timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBobBobs authored and insertish committed Feb 11, 2024
1 parent cf82972 commit 4c4dada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4c4dada

Please sign in to comment.