mirror of
https://github.com/github/semantic.git
synced 2024-11-26 09:07:39 +03:00
Enable verbose error messages for bazel builds in CI
Co-Authored-By: Patrick Thomson <2498+patrickt@users.noreply.github.com>
This commit is contained in:
parent
c4b660920c
commit
071e76774d
4
.github/workflows/bazel.yml
vendored
4
.github/workflows/bazel.yml
vendored
@ -41,5 +41,5 @@ jobs:
|
||||
- name: Build & test
|
||||
run: |
|
||||
bin/bazel clean
|
||||
bin/bazel test --config=ci --test_tag_filters=language-test //...
|
||||
bin/bazel test --config=ci //semantic-source //semantic:spec
|
||||
bin/bazel test --sandbox_debug --config=ci --test_tag_filters=language-test //...
|
||||
bin/bazel test --sandbox_debug --config=ci //semantic-source //semantic:spec
|
||||
|
Loading…
Reference in New Issue
Block a user