Skip to content

Commit f068e68

Browse files
committed
Update CI to run all tests
1 parent 0ba9908 commit f068e68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ jobs:
3232
--bazelrc=.bazelrc
3333
build
3434
...
35+
- name: bazel test
36+
run: >-
37+
bazelisk
38+
--bazelrc=.github/workflows/ci.bazelrc
39+
--bazelrc=.bazelrc
40+
test
41+
...

.github/workflows/release_ruleset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
# Release notes are expected to be outputted to stdout.
4545
# type: string
4646
bazel_test_command:
47-
default: "bazel build //..."
47+
default: "bazel test //..."
4848
description: |
4949
Bazel test command that may be overridden to set custom flags and targets.
5050
The --disk_cache=~/.cache/bazel-disk-cache --repository_cache=~/.cache/bazel-repository-cache flags are

0 commit comments

Comments
 (0)