mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
12 lines
246 B
YAML
12 lines
246 B
YAML
name: Linearizability
|
|
on: [push, pull_request]
|
|
permissions: read-all
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/linearizability-template.yaml
|
|
with:
|
|
ref: ${{ github.ref }}
|
|
count: 15
|
|
testTimeout: 30m
|
|
artifactName: test
|