summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-24 14:15:00 -0400
committerJason Wray <jason@mapbox.com>2017-10-24 14:15:00 -0400
commit33b84b898b4f001babb2e59d481b4d388a2b8d31 (patch)
treedcdba5a353192a7549b8aa5bcf44a42b9c055311
parent547069de74942b586cf4d4611dcb8d9609424299 (diff)
downloadqtlocation-mapboxgl-33b84b898b4f001babb2e59d481b4d388a2b8d31.tar.gz
Use correct flag to avoid rebuilding before running tests
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 306a7bcb17..8241bc8062 100644
--- a/circle.yml
+++ b/circle.yml
@@ -637,7 +637,7 @@ jobs:
command: xcrun simctl list
- run:
name: Run SDK unit tests
- command: fastlane scan --skip_build --buildlog_path "test_output/tests"
+ command: fastlane scan --test_without_building --buildlog_path "test_output/tests"
- *upload-ios-artifacts
- *show-ccache-stats
- *save-cache