Skip to content

Commit 3e2918f

Browse files
committed
TEST
1 parent 772e515 commit 3e2918f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,3 @@ coverage --combined_report=lcov
7979

8080
# user specific overrides (like proxy settings)
8181
try-import %workspace%/user.bazelrc
82-
83-
# Try import setting from home (CI setup-bazel action for caching uses this to provide proper args like --disk-cache)
84-
try-import ~/.bazelrc

.github/workflows/build_and_test_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: Build image
4545
run: |
46+
bazel test --config=linux-x86_64 //images/linux_x86_64:image --announce_rc
4647
bazel build --config=linux-x86_64 //images/linux_x86_64:image
4748
4849
- name: Integration tests

0 commit comments

Comments
 (0)