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

on: [pull_request, push, workflow_dispatch]

jobs:
  bazel_test:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3

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