We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92f451 commit 960cbddCopy full SHA for 960cbdd
.github/workflows/darwin.yaml
@@ -1,9 +1,7 @@
1
name: Darwin
2
on:
3
- push:
4
- branches: [ master ]
5
- pull_request:
6
+ pull_request: {}
+ push: {}
7
jobs:
8
build:
9
name: Unit Tests
@@ -17,4 +15,4 @@ jobs:
17
15
- name: Check out code into the Go module directory
18
16
uses: actions/checkout@v2
19
- name: Run unit tests
20
- run: go test -v -race ./pkg/...
+ run: go test -v -race ./pkg/...
.github/workflows/ubuntu.yaml
name: Linux Unit tests
0 commit comments