test: enable GH action on all branches
This commit is contained in:
parent
d92f45196f
commit
960cbdd09f
|
|
@ -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/...
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
name: Linux Unit tests
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
pull_request: {}
|
||||
push: {}
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue