Skip to content

Commit 5018a43

Browse files
committed
Re-enable some tests
1 parent 0512a74 commit 5018a43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,9 @@ jobs:
253253
cat run-tests.sh
254254
255255
- name: Run swift-collections tests
256-
if: false
257256
run: ./run-tests.sh apple/swift-collections
258257

259258
- name: Run swift-numerics tests
260-
if: false
261259
run: ./run-tests.sh apple/swift-numerics
262260

263261
- name: Run swift-algorithms tests
@@ -267,7 +265,6 @@ jobs:
267265
run: ./run-tests.sh apple/swift-atomics
268266

269267
- name: Run swift-system tests
270-
if: false
271268
run: ./run-tests.sh apple/swift-system
272269

273270
- name: Run swift-crypto tests

0 commit comments

Comments
 (0)