Skip to content

Commit

Permalink
fix(ci): only start run command in background
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBobBobs authored and insertish committed Feb 12, 2024
1 parent 4c4dada commit 6d4f772
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 build --bin revolt-delta && 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 6d4f772

Please sign in to comment.