Skip to content

Commit 55c70d9

Browse files
committed
chore: update ci script
1 parent bb914ea commit 55c70d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
go-version: 1.18
2121

22+
- name: Prepare Submodule
23+
run: git submodule update --init
24+
2225
- name: Build
2326
run: go build -v ./...
2427

0 commit comments

Comments
 (0)