Skip to content

Commit

Permalink
make tests parallel again
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Mar 14, 2024
1 parent e29231d commit f99ff5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-gradle

- name: Build tests
run: ./gradlew ${{ matrix.target }}Test --continue -Prsocketbuild.skipTests=true

- name: Run tests
run: ./gradlew ${{ matrix.target }}Test --continue --no-configuration-cache --max-workers=1
run: ./gradlew ${{ matrix.target }}Test --continue

- if: always() && !cancelled()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f99ff5c

Please sign in to comment.