Skip to content

Commit 654fdae

Browse files
committed
Shuffle test cases
1 parent 4c6a42d commit 654fdae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,11 @@ jobs:
259259
cat run-tests.sh
260260
261261
- name: Run swift-collections tests
262+
if: false
262263
run: ./run-tests.sh apple/swift-collections
263264

264265
- name: Run swift-numerics tests
266+
if: false
265267
run: ./run-tests.sh apple/swift-numerics
266268

267269
- name: Run swift-algorithms tests
@@ -271,6 +273,7 @@ jobs:
271273
run: ./run-tests.sh apple/swift-atomics
272274

273275
- name: Run swift-system tests
276+
if: false
274277
run: ./run-tests.sh apple/swift-system
275278

276279
- name: Run swift-crypto tests
@@ -279,9 +282,11 @@ jobs:
279282
run: ./run-tests.sh apple/swift-crypto
280283

281284
- name: Run swift-nio tests
285+
if: false
282286
run: ./run-tests.sh apple/swift-nio
283287

284288
- name: Run swift-argument-parser tests
289+
if: false
285290
run: ./run-tests.sh apple/swift-argument-parser
286291

287292
- name: Android - Show Emulator Log

0 commit comments

Comments
 (0)