adding replica-tests

This commit is contained in:
Shlomi Noach 2019-08-11 14:58:37 +03:00
parent 43ea21c3bb
commit 6cfa76d139

20
.github/workflows/replica-tests.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Go 1.12
uses: actions/setup-go@v1
with:
version: 1.12
id: go
- name: Build
run: script/cibuild-gh-ost-replica-tests