Skip to content

Commit bf80f16

Browse files
committed
update test and automerge workflows
1 parent 7c5019b commit bf80f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Fetch Repository
3636
uses: actions/checkout@v3
3737
- name: Run Test
38-
run: go test -race
38+
run: go test ./... -v -race

0 commit comments

Comments
 (0)