Skip to content

Commit 67e35a2

Browse files
committed
Fix run-tests.sh script
1 parent d77117d commit 67e35a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ jobs:
251251
cat run-tests.sh
252252
253253
- name: Run swift-numerics tests
254+
# some of these tests are very slow
255+
if: false
254256
run: ./run-tests.sh apple/swift-numerics
255257

256258
- name: Run swift-algorithms tests

0 commit comments

Comments
 (0)