Skip to content

Commit

Permalink
CI: Separate task for downloading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
huxulm committed May 8, 2024
1 parent 7d61829 commit 39f6048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Gather dependencies
run: go mod download
- name: test
run: go test -coverprofile=coverage.txt -covermode=atomic
- name: coverage
Expand Down

0 comments on commit 39f6048

Please sign in to comment.