Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_fuzzing
/
cbb5d4a2819fc64cf844990aeeb3efd1ec2afedf
/
.
/
.github
/
workflows
/
bazel_test.yml
blob: 0a06a0861ea27845dd91521b458780ec8557f4f2 [
file
] [
log
] [
blame
]
name:
Bazel Test
on:
[push, pull_request]
jobs:
linux:
runs
-
on:
ubuntu
-
latest
steps:
-
name:
Checkout repository
uses:
actions/checkout@v2
-
name:
Run all tests
working
-
directory:
./
run:
|
bazel test //
...