From 74da46ef802130e2b43bb261058f6414a3f769c6 Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Fri, 10 May 2024 01:06:26 -0400 Subject: [PATCH] try parallel coveralls --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b54d55b..5a90693 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,3 +60,5 @@ jobs: ./test.sh - name: Publish coverage to Coveralls uses: coverallsapp/github-action@v2.2.3 + with: + parallel: true