Skip to content

Commit f87da64

Browse files
committed
Test more things
1 parent f4dec06 commit f87da64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,5 @@ jobs:
416416
override: true
417417

418418
- name: Test
419-
run: cargo test --no-fail-fast -p objc2 --features objc-sys/objfw
419+
# 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

Comments
 (0)