submodule
This commit is contained in:
parent
26c983c3a2
commit
a5b3de11ae
|
@ -26,4 +26,6 @@ jobs:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make test-static
|
run: |
|
||||||
|
git submodule update --init
|
||||||
|
make test-static
|
||||||
|
|
Loading…
Reference in New Issue