From 835f1ab5aaf46bc9523c8d55973a924fb2d019a3 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 30 Sep 2025 09:29:40 +1000 Subject: [PATCH] fix: undo run tests in parallel - default already --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |