Run tests using multiple threads

This commit is contained in:
Filip Tibell 2023-08-04 14:35:32 -05:00
parent 82e5844dad
commit 924832dede
No known key found for this signature in database

View file

@ -8,4 +8,4 @@ run-file FILE_NAME:
# Run tests for the Lune library # Run tests for the Lune library
test: test:
cargo test --lib -- --test-threads 1 cargo test --lib