aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/bazel-test.yaml
blob: 51782203dbe7ceb7a0a312906975063b270988da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: BazelTest

on:
  push:
    branches: [ $default-branch ]
  pull_request:
    branches: [ $default-branch ]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3

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