Skip to content

Migrated to bzlmod.

Migrated to bzlmod. #4

Workflow file for this run

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