Skip to content

Commit dd8d369

Browse files
committed
Fix CI not testing objc2::foundation
1 parent a61dd14 commit dd8d369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ jobs:
152152
ARGS: --no-default-features --features std --features ${{ matrix.runtime || 'apple' }} ${{ matrix.args }}
153153
# Use --no-fail-fast, except with dinghy
154154
TESTARGS: ${{ matrix.dinghy && ' ' || '--no-fail-fast' }} ${{ matrix.test-args }}
155-
SOME_FEATURES: ${{ matrix.features || 'malloc,block,exception' }}
156-
FEATURES: ${{ matrix.features || 'malloc,block,exception,catch-all,verify_message,uuid' }}
155+
SOME_FEATURES: ${{ matrix.features || 'malloc,block,exception,foundation' }}
156+
FEATURES: ${{ matrix.features || 'malloc,block,exception,foundation,catch-all,verify_message,uuid' }}
157157
UNSTABLE_FEATURES: ${{ matrix.unstable-features || 'unstable-autoreleasesafe,unstable-c-unwind' }}
158158

159159
runs-on: ${{ matrix.os }}
@@ -403,7 +403,7 @@ jobs:
403403
uses: actions-rs/cargo@v1
404404
with:
405405
command: test
406-
args: ${{ env.ARGS }} ${{ env.TESTARGS }} --features unstable-static-sel,unstable-static-class
406+
args: ${{ env.ARGS }} ${{ env.TESTARGS }} --features foundation,unstable-static-sel,unstable-static-class
407407

408408
- name: Run assembly tests
409409
if: ${{ !contains(matrix.runtime, 'compiler-rt') }}

0 commit comments

Comments
 (0)