Skip to content

Commit 39f3f37

Browse files
committed
fix test command
1 parent a07a4a8 commit 39f3f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
diff -u <(echo -n) <(goimports -d .)
4545
4646
- name: Test
47-
run: go test -v ./...
47+
run: go test -v

0 commit comments

Comments
 (0)