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 //...