Skip to content

Commit

Permalink
single threated ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Jan 24, 2024
1 parent c1168dc commit 9bae7a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
override: true
- uses: actions-rs/cargo@v1
with:
command: test -- --test-threads=1
command: test
args: -- --test-threads=1

fmt:
name: Rustfmt
Expand Down

0 comments on commit 9bae7a4

Please sign in to comment.