Skip to content

Commit d288da8

Browse files
authored
Update go.yml
1 parent 32f5aaf commit d288da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: 1.18
2020

2121
- name: Build
22-
run: go build -v ./solr
22+
run: go build -v ./...
2323

2424
- name: Test
25-
run: go test -v ./solr
25+
run: go test -v ./...

0 commit comments

Comments
 (0)