Skip to content

Commit

Permalink
fix(ci): move sidecar ci to root of project
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jul 17, 2024
1 parent 33f01ed commit 628c103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
crate: cargo-nextest
locked: true
- name: Run all tests
run: cargo nextest run --workspace --retries 3
run: cd bolt-sidecar && cargo nextest run --workspace --retries 3

0 comments on commit 628c103

Please sign in to comment.