checkout recursively

This commit is contained in:
Marten Seemann
2021-05-21 10:47:20 -07:00
parent 4c4da582c9
commit ecc3acc587
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ jobs:
name: Go checks
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: "1.16.x"

View File

@@ -14,6 +14,8 @@ jobs:
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}