Skip to content

Commit

Permalink
Fix static class and selectors CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 22, 2025
1 parent 45df717 commit 060b671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ jobs:
- name: Test static class and selectors
if: ${{ matrix.frameworks == 'MACOS_15' }}
run: >-
cargo test $ARGS $PUBLIC_CRATES -ptests -pobjc2-foundation
cargo test $ARGS -ptests -pobjc2-foundation
--no-default-features
--features=unstable-static-sel,unstable-static-class,unstable-static-nsstring
--features=objc2/unstable-static-sel,objc2/unstable-static-class,unstable-static-nsstring
--features=std,NSString
test-ios:
Expand Down

0 comments on commit 060b671

Please sign in to comment.