aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/bazel-test.yaml
blob: 50550a694b95192407f5c149f8db5dee88af73b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: BazelTest

on: [push, workflow_dispatch]

jobs:
  bazel_test:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3

    - name: Test
      run: bazel test --test_output=errors //...