Skip to content

chore: add a bzlmod lock file #52

chore: add a bzlmod lock file

chore: add a bzlmod lock file #52

Workflow file for this run

name: CI
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test fetch
run: bazel fetch //...
- name: Test
run: bazel test //...
test-mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: bazel test //...