Skip to content

Commit 4f33e08

Browse files
committed
modify workflow
1 parent ed34c12 commit 4f33e08

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unittest.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
name: unittest
2-
32
on:
43
push:
54
branches:
65
- master
76
pull_request:
87
branches:
98
- master
10-
119
jobs:
1210
build:
13-
name: Build
1411
runs-on: ubuntu-latest
1512
steps:
16-
1713
- name: Set up Go 1.15
1814
uses: actions/setup-go@v1
1915
with:
@@ -24,4 +20,4 @@ jobs:
2420
uses: actions/checkout@v1
2521

2622
- name: Run test
27-
run: make test
23+
run: go test -v -race ./...

0 commit comments

Comments
 (0)