Skip to content

Commit f1e331a

Browse files
committed
DROP
1 parent 8f627e4 commit f1e331a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/run-checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
# needs: [ build-project ]
1616
uses: ./.github/workflows/run-tests-default.yml
1717

18-
compatibility-tests:
19-
needs: [ default-tests ]
20-
uses: ./.github/workflows/run-tests-compatibility.yml
21-
22-
slow-tasks:
23-
needs: [ compatibility-tests ]
24-
uses: ./.github/workflows/run-slow-tasks.yml
18+
# compatibility-tests:
19+
# needs: [ default-tests ]
20+
# uses: ./.github/workflows/run-tests-compatibility.yml
21+
#
22+
# slow-tasks:
23+
# needs: [ compatibility-tests ]
24+
# uses: ./.github/workflows/run-slow-tasks.yml

.github/workflows/run-tests-default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Run tests (wasm)
4949
if: ${{ matrix.target == 'wasm' }}
50-
run: ./gradlew ${{ matrix.target }}Test --continue --max-workers=1
50+
run: ./gradlew ${{ matrix.target }}Test --continue
5151

5252
- name: Run tests (android)
5353
if: ${{ matrix.target == 'connectedAndroid' }}

0 commit comments

Comments
 (0)