Skip to content

Line3: increase test coverage (backport #813) #478

Line3: increase test coverage (backport #813)

Line3: increase test coverage (backport #813) #478

Workflow file for this run

name: Bazel CI
on:
pull_request:
push:
branches:
- 'gz-math[1-9]?[0-9]'
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7.7.0
with:
folders: |
[
"."
]
exclude: |
[
{"folder": ".", "bzlmodEnabled": false}
]
exclude_windows: true