diff options
| author | Carlos Martín Nieto <[email protected]> | 2019-08-15 09:42:58 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2019-08-15 09:42:58 +0200 |
| commit | a5b3de11aec347d2431372afffd7bacb224d8ca3 (patch) | |
| tree | 114a9e939abf961bef04bfddbbdf7a059d6f80db | |
| parent | 26c983c3a25cfb449e0e55d73871605c4d5667fa (diff) | |
submodule
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34eed3b..ab7a9da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |
