fix: threaded testing

This commit is contained in:
2023-10-25 14:57:24 +02:00
parent 3321fea4d0
commit ad2af90692
2 changed files with 15 additions and 11 deletions

View File

@@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test -- --test-threads=1
run: cargo test