fix: testing

This commit is contained in:
Alex Wellnitz 2023-10-24 23:59:15 +02:00
parent fd0439aa44
commit d0d839ea0e

View File

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