Skip to content

Commit

Permalink
run ci tests in single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 13, 2023
1 parent 0dba37d commit a7cd210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
rustup update
cargo check
RUST_BACKTRACE=1 cargo test --all
RUST_BACKTRACE=1 cargo test --all -- --test-threads=1
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit a7cd210

Please sign in to comment.