Skip to content

debugging

debugging #2

name: Bazel repeat tests
on:
push:
branches:
- 'scpeters/bazel_repeat_tests'
workflow_call:
inputs:
runs_per_test:
default: 100
required: false
type: string
workflow_dispatch:
inputs:
runs_per_test:
default: 100
required: false
type: string
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7.7.0
with:
folders: |
[
"."
]
exclude: |
[
{"folder": ".", "bzlmodEnabled": false}
]
exclude_windows: true
bazel_test_command: 'bazel test //... --runs_per_test=2${{ inputs.runs_per_test }}'