Skip to content

Commit 64847ca

Browse files
committed
Add more package tests
1 parent adf54ab commit 64847ca

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -206,33 +206,38 @@ jobs:
206206
adb push $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/*/sysroot/usr/lib/${ANDROID_EMULATOR_ARCH_TRIPLE}-linux-android/libc++_shared.so /data/local/tmp/
207207
adb shell /data/local/tmp/hello
208208
209-
- name: Run swift-numerics tests
210-
run: ./android-ci.sh test apple/swift-numerics
209+
- run: ./android-ci.sh test apple/swift-toolchain-sqlite
211210

212-
- name: Run swift-algorithms tests
213-
run: ./android-ci.sh test apple/swift-algorithms
211+
- run: ./android-ci.sh test apple/swift-markdown
214212

215-
- name: Run swift-atomics tests
216-
run: ./android-ci.sh test apple/swift-atomics
213+
- run: ./android-ci.sh test apple/swift-tools-support-core
217214

218-
- name: Run swift-collections tests
219-
run: ./android-ci.sh test apple/swift-collections
215+
- run: ./android-ci.sh test apple/swift-syntax
220216

221-
- name: Run swift-system tests
222-
# build-only: https://github.com/apple/swift-system/pull/272
223-
run: ./android-ci.sh build apple/swift-system
217+
- run: ./android-ci.sh test apple/swift-subprocess
224218

225-
- name: Run swift-crypto tests
226-
# build-only: tests references Tests/ file paths by absolute filename
227-
run: ./android-ci.sh build apple/swift-crypto
219+
- run: ./android-ci.sh test apple/swift-java
228220

229-
- name: Run swift-nio tests
230-
run: ./android-ci.sh build apple/swift-nio
221+
- run: ./android-ci.sh test apple/swift-numerics
231222

232-
- name: Run swift-argument-parser tests
233-
# needs local files:
234-
# error: MathExampleTests.testMath_AddHelp : failed - No executable at '/data/local/tmp/math'.
235-
run: ./android-ci.sh build apple/swift-argument-parser
223+
- run: ./android-ci.sh test apple/swift-algorithms
224+
225+
- run: ./android-ci.sh test apple/swift-atomics
226+
227+
# build-only: tests work, but they take a very long time
228+
- run: ./android-ci.sh build apple/swift-collections
229+
230+
# build-only: https://github.com/apple/swift-system/pull/272
231+
- run: ./android-ci.sh build apple/swift-system
232+
233+
# build-only: tests references Tests/ file paths by absolute filename
234+
- run: ./android-ci.sh build apple/swift-crypto
235+
236+
- run: ./android-ci.sh build apple/swift-nio
237+
238+
# build-only, since tests needs local files:
239+
# error: MathExampleTests.testMath_AddHelp : failed - No executable at '/data/local/tmp/math'.
240+
- run: ./android-ci.sh build apple/swift-argument-parser
236241

237242
- name: Show Android Emulator Log
238243
if: always()

0 commit comments

Comments
 (0)