mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Kepp build running with a single job
This commit is contained in:
@@ -29,7 +29,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ inputs.debug }}" = "true" ]; then
|
||||
bazel build ${{ inputs.target }} --sandbox_debug --verbose_failures
|
||||
bazel build ${{ inputs.target }} --verbose_failures --keep_going --jobs=1
|
||||
else
|
||||
bazel build ${{ inputs.target }} --config release
|
||||
fi
|
||||
|
||||
@@ -147,7 +147,7 @@ package: $(SWIFTLINT_EXECUTABLE)
|
||||
"$(OUTPUT_PACKAGE)"
|
||||
|
||||
bazel_test:
|
||||
bazel test --test_env=SKIP_INTEGRATION_TESTS=true --test_output=errors //Tests/...
|
||||
bazel test --test_env=SKIP_INTEGRATION_TESTS=true --test_output=errors --verbose_failures --keep_going --jobs=1 //Tests/...
|
||||
|
||||
bazel_test_tsan:
|
||||
bazel test --test_output=errors --build_tests_only --features=tsan --test_timeout=1000 //Tests/...
|
||||
|
||||
Reference in New Issue
Block a user