Skip to content

Commit bd421f8

Browse files
committed
CI: run tests
1 parent b6c5710 commit bd421f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v3
1919

20+
- name: Test
21+
run: make test
22+
2023
- name: Build
2124
run: make build
2225

0 commit comments

Comments
 (0)