Skip to content

Commit

Permalink
Update workspace test command
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jun 28, 2024
1 parent a8cee6f commit 1168689
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,4 @@ jobs:
run: dev/up

- name: Run cargo test on main workspace
uses: actions-rs/cargo@v1
timeout-minutes: 20
with:
command: test
args: -- --test-threads=2
run: cargo test -- --test-threads=2

0 comments on commit 1168689

Please sign in to comment.