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 e21fde2 commit 5ef20d1Copy full SHA for 5ef20d1
1 file changed
run-tests.sh
@@ -11,7 +11,7 @@ elif [ -n "$VALIDATOR_SUBSPEC" ]; then
11
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
12
bundle exec pod lib lint --no-subspecs --fail-fast
13
else
14
- bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
+ bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast --platforms=macos,ios,tvos,watchos
15
fi
16
elif [ -n "$CARTHAGE_PLATFORM" ]; then
17
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"
0 commit comments