Skip to content

Commit

Permalink
no parallel in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Mar 13, 2024
1 parent 59b3f57 commit 74ccf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-gradle

- run: ./gradlew ${{ matrix.target }}Test --continue
- run: ./gradlew ${{ matrix.target }}Test --continue --no-configuration-cache --max-workers=1
#timeout-minutes: 60

- if: always() && !cancelled()
Expand Down

0 comments on commit 74ccf65

Please sign in to comment.