Skip to content

Commit 4c6a42d

Browse files
committed
Shuffle test cases
1 parent abc566e commit 4c6a42d

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,21 @@ jobs:
258258
chmod +x run-tests.sh
259259
cat run-tests.sh
260260
261+
- name: Run swift-collections tests
262+
run: ./run-tests.sh apple/swift-collections
263+
261264
- name: Run swift-numerics tests
262-
# some of these tests are very slow
263-
if: false
264265
run: ./run-tests.sh apple/swift-numerics
265266

266267
- name: Run swift-algorithms tests
267268
run: ./run-tests.sh apple/swift-algorithms
268269

270+
- name: Run swift-atomics tests
271+
run: ./run-tests.sh apple/swift-atomics
272+
273+
- name: Run swift-system tests
274+
run: ./run-tests.sh apple/swift-system
275+
269276
- name: Run swift-crypto tests
270277
# needs: Tests/CryptoExtrasVectors/rfc-7914-scrypt.txt
271278
if: false
@@ -277,18 +284,6 @@ jobs:
277284
- name: Run swift-argument-parser tests
278285
run: ./run-tests.sh apple/swift-argument-parser
279286

280-
- name: Run swift-system tests
281-
run: ./run-tests.sh apple/swift-system
282-
283-
- name: Run swift-collections tests
284-
run: ./run-tests.sh apple/swift-collections
285-
286-
- name: Run swift-atomics tests
287-
run: ./run-tests.sh apple/swift-atomics
288-
289-
- name: Run swift-nio tests
290-
run: ./run-tests.sh apple/swift-nio
291-
292287
- name: Android - Show Emulator Log
293288
if: always()
294289
run: cat emulator.log || true

0 commit comments

Comments
 (0)