Skip to content

Provide a flag to show the current version. (#47) #117

Provide a flag to show the current version. (#47)

Provide a flag to show the current version. (#47) #117

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v2
- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "~/.cache/bazel"
key: ${{ runner.os }}-bazel-cache
- run: bazel build //...
- run: bazel test //...