diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 710c18f..1695f3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: )" >> $GITHUB_ENV - name: "Run the tests" - run: "forge test --threads 0" + run: "forge test" - name: "Add test summary" run: |