rocksdb #29
7 changed files with 4 additions and 18 deletions
12
.github/workflows/build-short-new.yml
vendored
12
.github/workflows/build-short-new.yml
vendored
|
@ -1,12 +0,0 @@
|
|||
name: 'Build and Test Hub 2'
|
||||
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Build and Test
|
||||
uses: ./
|
10
.github/workflows/build-short.yml
vendored
10
.github/workflows/build-short.yml
vendored
|
@ -6,9 +6,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
- run: go build .
|
||||
- run: go test -v -race ./...
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Build and Test
|
||||
uses: ./
|
Loading…
Reference in a new issue