mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Remove option for strict concurrency checking (#5910)
This commit is contained in:
@@ -5,12 +5,6 @@ steps:
|
||||
- bazel build :swiftlint
|
||||
- echo "+++ Test"
|
||||
- bazel test --test_output=errors //Tests/...
|
||||
- label: "Build With Strict Concurrency"
|
||||
commands:
|
||||
- echo "+++ Build"
|
||||
- bazel build --define strict_concurrency_builtin_rules=true :swiftlint
|
||||
- echo "--- Clean up"
|
||||
- git reset --hard
|
||||
- label: "SwiftPM"
|
||||
commands:
|
||||
- echo "+++ Test"
|
||||
|
||||
Reference in New Issue
Block a user