This commit is contained in:
Daniel Stonier
2023-09-17 11:57:52 -04:00
committed by GitHub
parent 016b2e7769
commit 9f31491b0f
3 changed files with 34 additions and 0 deletions

View File

@@ -64,3 +64,22 @@ jobs:
cd "${{ github.workspace }}"
bazel test test
bzlmod-build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
shell: bash
run: |
cd "${{ github.workspace }}"
bazel build --enable_bzlmod :all
- name: Test
shell: bash
run: |
cd "${{ github.workspace }}"
bazel test --enable_bzlmod test