Skip to content

Commit 9a99d4a

Browse files
committed
Update testing packages
1 parent 984de91 commit 9a99d4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ 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-
- run: ./android-ci.sh test swiftlang/swift-toolchain-sqlite
210-
211209
- run: ./android-ci.sh test swiftlang/swift-markdown
212210

213211
- run: ./android-ci.sh test swiftlang/swift-tools-support-core
@@ -224,6 +222,9 @@ jobs:
224222

225223
- run: ./android-ci.sh test apple/swift-atomics
226224

225+
# no tests in swift-toolchain-sqlite
226+
- run: ./android-ci.sh build swiftlang/swift-toolchain-sqlite
227+
227228
# build-only: tests work, but they take a very long time
228229
- run: ./android-ci.sh build apple/swift-collections
229230

0 commit comments

Comments
 (0)