Skip to content

chore: update bazel deps #8

chore: update bazel deps

chore: update bazel deps #8

Workflow file for this run

name: bazel
on: [pull_request]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: bazelisk test ...
working-directory: test
- run: bazelisk test ... [email protected]//:ssl=boringssl
working-directory: test