Skip to content

Commit fdac655

Browse files
committed
fail fast
1 parent 05c8414 commit fdac655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if [ -n "$BUILD_SCHEME" ]; then
88
fi
99
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
1010
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
11-
pod lib lint --no-subspecs
11+
pod lib lint --no-subspecs --fail-fast
1212
else
13-
pod lib lint --subspec="${VALIDATOR_SUBSPEC}"
13+
pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
1414
fi
1515
elif [ -n "$CARTHAGE_PLATFORM" ]; then
1616
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"

0 commit comments

Comments
 (0)