Skip to content

Commit 4ce6fbb

Browse files
committed
Enable test in CI
1 parent e8a5093 commit 4ce6fbb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go.yml

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

2121
- name: Build
2222
run: make build
23+
24+
- name: Test
25+
run: make test

0 commit comments

Comments
 (0)