Skip to content

Add bzlmod support + tests #1

Add bzlmod support + tests

Add bzlmod support + tests #1

Workflow file for this run

name: bazel
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: bazelisk test --config=ci ...
working-directory: test