We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0a570 commit 5d1b3f9Copy full SHA for 5d1b3f9
.github/workflows/ci.yml
@@ -351,10 +351,12 @@ jobs:
351
xcrun simctl boot $SIM_ID
352
353
# Build
354
- cargo dinghy build
+ cargo dinghy --device=$SIM_ID build
355
356
# Run tests
357
cargo dinghy --device=$SIM_ID test --no-default-features
358
+ cargo dinghy --device=$SIM_ID test --release
359
+
360
# Enable a few features. We're doing it this way because cargo dingy
361
# doesn't support specifying features from a workspace.
362
sed -i -e '/\[features\]/a\
0 commit comments