We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba9908 commit f068e68Copy full SHA for f068e68
.github/workflows/ci.yaml
@@ -32,3 +32,10 @@ jobs:
32
--bazelrc=.bazelrc
33
build
34
...
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
@@ -44,7 +44,7 @@ on:
44
# Release notes are expected to be outputted to stdout.
45
# type: string
46
bazel_test_command:
47
- default: "bazel build //..."
+ default: "bazel test //..."
48
description: |
49
Bazel test command that may be overridden to set custom flags and targets.
50
The --disk_cache=~/.cache/bazel-disk-cache --repository_cache=~/.cache/bazel-repository-cache flags are
0 commit comments