@@ -152,8 +152,8 @@ jobs:
152
152
ARGS : --no-default-features --features std --features ${{ matrix.runtime || 'apple' }} ${{ matrix.args }}
153
153
# Use --no-fail-fast, except with dinghy
154
154
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' }}
157
157
UNSTABLE_FEATURES : ${{ matrix.unstable-features || 'unstable-autoreleasesafe,unstable-c-unwind' }}
158
158
159
159
runs-on : ${{ matrix.os }}
@@ -403,7 +403,7 @@ jobs:
403
403
uses : actions-rs/cargo@v1
404
404
with :
405
405
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
407
407
408
408
- name : Run assembly tests
409
409
if : ${{ !contains(matrix.runtime, 'compiler-rt') }}
0 commit comments