Run tests in multiple threads in CI

This commit is contained in:
Filip Tibell 2023-08-04 15:36:50 -05:00
parent 7a2f31f8db
commit df8570b16e
No known key found for this signature in database

View file

@ -31,4 +31,4 @@ jobs:
run: cargo clippy
- name: Test
run: cargo test --package lune -- --test-threads 1
run: cargo test --lib