Skip to content

Commit 99fcd81

Browse files
committed
feat: added-http-client-tests-to-actions
1 parent 4030c20 commit 99fcd81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ jobs:
4444
run: go build -v ./...
4545

4646
- name: Test
47-
run: go test -v -race ./...
47+
run: |
48+
go test -v -race ./...
49+
go test -tags=test ./...

0 commit comments

Comments
 (0)