1
1
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:
Rick Winfrey 2020-09-02 11:55:15 -07:00
parent c4b660920c
commit 071e76774d

View File

@ -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