Skip to content

Commit

Permalink
Add OS target for iOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NathHorrigan committed Aug 21, 2021
1 parent f755c1a commit cc572a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ test-integration:

test-integration-ios:
rm -f tests/integration/ios/DylibExample/DylibExample/sum.dylib
xcodebuild test -project tests/integration/ios/DylibExample/DylibExample.xcodeproj -scheme DylibExample -destination 'platform=iOS Simulator,name=iPhone 12 Pro'
xcodebuild test -project tests/integration/ios/DylibExample/DylibExample.xcodeproj -scheme DylibExample -destination 'platform=iOS Simulator,name=iPhone 12 Pro,OS=14.4'
# cargo test -p wasmer-integration-tests-ios

#####
Expand Down

0 comments on commit cc572a4

Please sign in to comment.