mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-01 05:00:03 +00:00
11 lines
223 B
YAML
11 lines
223 B
YAML
name: Robustness Test
|
|
on: [push, pull_request]
|
|
permissions: read-all
|
|
jobs:
|
|
amd64:
|
|
uses: ./.github/workflows/robustness_template.yaml
|
|
with:
|
|
count: 10
|
|
testTimeout: 30m
|
|
runs-on: "['ubuntu-latest']"
|