We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dec06 commit f87da64Copy full SHA for f87da64
.github/workflows/ci.yml
@@ -416,4 +416,5 @@ jobs:
416
override: true
417
418
- name: Test
419
- run: cargo test --no-fail-fast -p objc2 --features objc-sys/objfw
+ # Everything except objc2-foundation
420
+ run: cargo test --no-fail-fast -p objc-sys -p objc2-encode -p objc2 -p block-sys -p block2 -p tests --features objfw
0 commit comments