Skip to content

Commit 796fcf1

Browse files
committed
fix: run tests in ci
1 parent b4cbc16 commit 796fcf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323

2424
- name: Build
2525
run: go build -v ./...
26+
27+
- name: Run tests
28+
run: go test -v ./...

0 commit comments

Comments
 (0)