Skip to content

Update CI workflow.

Update CI workflow. #6

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the tests
run: bazel test -j 4 //...