build system: add bzlmod support + tests (#1057)
This commit is contained in:
18
.github/workflows/bazel.yml
vendored
Normal file
18
.github/workflows/bazel.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: bazel
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
- macos-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: bazelisk test --config=ci ...
|
||||
working-directory: test
|
||||
Reference in New Issue
Block a user