Skip to content

Commit

Permalink
Fix cargo dinghy build
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Mar 1, 2022
1 parent 0c0a570 commit 5d1b3f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,12 @@ jobs:
xcrun simctl boot $SIM_ID
# Build
cargo dinghy build
cargo dinghy --device=$SIM_ID build
# Run tests
cargo dinghy --device=$SIM_ID test --no-default-features
cargo dinghy --device=$SIM_ID test --release
# Enable a few features. We're doing it this way because cargo dingy
# doesn't support specifying features from a workspace.
sed -i -e '/\[features\]/a\
Expand Down

0 comments on commit 5d1b3f9

Please sign in to comment.