fix: undo run tests in parallel - default already

This commit is contained in:
Roman 2025-09-30 09:29:40 +10:00
parent fb525a8093
commit 835f1ab5aa
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -117,7 +117,7 @@ jobs:
)" >> $GITHUB_ENV
- name: "Run the tests"
run: "forge test --threads 0"
run: "forge test"
- name: "Add test summary"
run: |