Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Nov 21, 2024
1 parent 39c6b5e commit 58f4f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scylla-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
working-directory: compose
run: docker compose up -d odyssey-timescale
- name: Run # so we can migrate the database, run for a little than bail
run: cargo run & ID=$!, sleep 5s; kill $ID
run: |
cargo run & ID=$!; sleep 5s; kill $ID
- name: Test
run: cargo test -- --test-threads=1
- name: Cleanup
Expand Down

0 comments on commit 58f4f8c

Please sign in to comment.