Skip to content

Commit 5d1b3f9

Browse files
committed
Fix cargo dinghy build
1 parent 0c0a570 commit 5d1b3f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,12 @@ jobs:
351351
xcrun simctl boot $SIM_ID
352352
353353
# Build
354-
cargo dinghy build
354+
cargo dinghy --device=$SIM_ID build
355355
356356
# Run tests
357357
cargo dinghy --device=$SIM_ID test --no-default-features
358+
cargo dinghy --device=$SIM_ID test --release
359+
358360
# Enable a few features. We're doing it this way because cargo dingy
359361
# doesn't support specifying features from a workspace.
360362
sed -i -e '/\[features\]/a\

0 commit comments

Comments
 (0)