Skip to content

Minor cleanups and a Github workflow to archive a release. #21

Minor cleanups and a Github workflow to archive a release.

Minor cleanups and a Github workflow to archive a release. #21

Workflow file for this run

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