Skip to content

Commit

Permalink
CI: do clone submodules please.
Browse files Browse the repository at this point in the history
  • Loading branch information
warpfork committed Aug 18, 2021
1 parent d5b09ad commit 5c39e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Test
run: go test ./...

0 comments on commit 5c39e68

Please sign in to comment.