Skip to content

Commit 7b1abfd

Browse files
authored
Merge pull request #794 from madsmtm/release
Release framework crates v0.3.2
2 parents c104436 + 72a506a commit 7b1abfd

File tree

210 files changed

+687
-612
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+687
-612
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,11 @@ jobs:
582582
# availability checking.
583583
- name: Test static class and selectors
584584
if: ${{ matrix.frameworks == 'MACOS_15' }}
585+
# TODO: Re-enable `unstable-static-nsstring` when it gets less broken.
585586
run: >-
586587
cargo test $ARGS -ptests -pobjc2-foundation
587588
--no-default-features
588-
--features=objc2/unstable-static-sel,objc2/unstable-static-class,unstable-static-nsstring
589+
--features=objc2/unstable-static-sel,objc2/unstable-static-class
589590
--features=std,NSString
590591
591592
test-ios:
@@ -634,7 +635,8 @@ jobs:
634635
echo "SIM_ID=$SIM_ID" >> $GITHUB_ENV
635636
636637
- name: Test
637-
run: cargo-dinghy --device=$SIM_ID test $PUBLIC_CRATES $FRAMEWORKS_IOS_10 -ptests --features=catch-all
638+
# Use `--all-targets` to avoid running doctests (these are _very_ slow).
639+
run: cargo-dinghy --device=$SIM_ID test $PUBLIC_CRATES $FRAMEWORKS_IOS_10 -ptests --features=catch-all --all-targets
638640

639641
test-gnustep:
640642
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)