mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Run tests in multiple threads in CI
This commit is contained in:
parent
7a2f31f8db
commit
df8570b16e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
|||
run: cargo clippy
|
||||
|
||||
- name: Test
|
||||
run: cargo test --package lune -- --test-threads 1
|
||||
run: cargo test --lib
|
||||
|
|
Loading…
Reference in a new issue