Skip to content

Commit d6b524f

Browse files
committed
Stop disabling building and testing Numerics with the trunk toolchain on the CI
1 parent 03abada commit d6b524f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sdks.yml

-4
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,9 @@ jobs:
356356
- name: Build Swift Numerics package
357357
run: |
358358
cd swift-numerics
359-
if ${{ matrix.version != 'trunk' }}; then
360359
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_AARCH_FLAGS}
361360
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_X_FLAGS}
362361
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_ARM_FLAGS}
363-
fi
364362
- name: Get Swift System package
365363
uses: actions/checkout@v4
366364
with:
@@ -493,10 +491,8 @@ jobs:
493491
494492
cp swift-nio/.build/$TARGET/debug/swift-nioPackageTests.xctest pack
495493
496-
if ${{ matrix.version != 'trunk' }}; then
497494
cp swift-numerics/.build/$TARGET/debug/swift-numericsPackageTests.xctest pack
498495
echo 'adb shell /data/local/tmp/pack/swift-numericsPackageTests.xctest' >> ~/test-toolchain.sh
499-
fi
500496
501497
cp swift-system/.build/$TARGET/debug/swift-systemPackageTests.xctest pack
502498
cp swift-collections/.build/$TARGET/debug/swift-collectionsPackageTests.xctest pack

0 commit comments

Comments
 (0)