From b33bba5ad90101778249880e49af01a1e9e98708 Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Mon, 6 Nov 2023 23:13:49 +0200 Subject: [PATCH] configure coverals action to be parallel-aware --- .github/workflows/build-and-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 35662a5..51e258b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -31,3 +31,6 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} + parallel: true + flag-name: run ${{ join(matrix.*, ' - ') }} +