Skip to content

Commit dda175d

Browse files
committed
ci: let Cargo choose test parallelism
1 parent 56ace5e commit dda175d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cargo clippy --all-targets
3535
- name: Tests
3636
working-directory: rustscript-egui-ui
37-
run: cargo test --tests --jobs 4
37+
run: cargo test --tests
3838
- name: Example run
3939
working-directory: rustscript-egui-ui
4040
run: cargo run --example panel

0 commit comments

Comments
 (0)