Merge pull request #129 from andyzhangx/enable-action-all-branches

test: enable GH actions on all branches
This commit is contained in:
Andy Zhang 2021-01-04 10:57:53 +08:00 committed by GitHub
commit d0b0ea08c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,7 @@
name: Darwin
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
pull_request: {}
push: {}
jobs:
build:
name: Unit Tests
@ -17,4 +15,4 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run unit tests
run: go test -v -race ./pkg/...
run: go test -v -race ./pkg/...

View File

@ -1,9 +1,7 @@
name: Linux Unit tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
pull_request: {}
push: {}
jobs: