Skip to content

Commit

Permalink
Update cargo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Nov 26, 2022
1 parent d7b8651 commit 87b98dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml → .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads=1


doc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87b98dd

Please sign in to comment.