submodule

This commit is contained in:
Carlos Martín Nieto 2019-08-15 09:42:58 +02:00
parent 26c983c3a2
commit a5b3de11ae
1 changed files with 3 additions and 1 deletions

View File

@ -26,4 +26,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build
run: make test-static
run: |
git submodule update --init
make test-static