Skip to content

Commit

Permalink
fix publish ci to be single threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
davepmiller committed Jan 7, 2024
1 parent 3199916 commit 4407aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
components: rustfmt,clippy
- run: cargo fmt --all -- --check
- run: cargo clippy -- -W clippy::pedantic
- run: cargo test
- run: cargo test -- --test-threads=1
- run: cargo install cargo-bump
- run: cargo bump -g ${{ inputs.tag-increment }}
- run: |
Expand Down

0 comments on commit 4407aab

Please sign in to comment.