Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,11 @@ jobs:
# availability checking.
- name: Test static class and selectors
if: ${{ matrix.frameworks == 'MACOS_15' }}
# TODO: Re-enable `unstable-static-nsstring` when it gets less broken.
run: >-
cargo test $ARGS -ptests -pobjc2-foundation
--no-default-features
--features=objc2/unstable-static-sel,objc2/unstable-static-class,unstable-static-nsstring
--features=objc2/unstable-static-sel,objc2/unstable-static-class
--features=std,NSString

test-ios:
Expand Down Expand Up @@ -634,7 +635,8 @@ jobs:
echo "SIM_ID=$SIM_ID" >> $GITHUB_ENV

- name: Test
run: cargo-dinghy --device=$SIM_ID test $PUBLIC_CRATES $FRAMEWORKS_IOS_10 -ptests --features=catch-all
# Use `--all-targets` to avoid running doctests (these are _very_ slow).
run: cargo-dinghy --device=$SIM_ID test $PUBLIC_CRATES $FRAMEWORKS_IOS_10 -ptests --features=catch-all --all-targets

test-gnustep:
name: ${{ matrix.name }}
Expand Down
Loading
Loading