Skip to content

Commit

Permalink
Fix CI: Download go mod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avislash committed Oct 15, 2021
1 parent db1de1b commit 90530de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
go-version: "1.x"

- name: Install Dependencies
run: |
go mod download github.com/davecgh/go-spew
go mod download github.com/google/go-cmp
- name: Test
env:
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
Expand All @@ -28,4 +33,4 @@ jobs:
uses: codecov/[email protected]

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v2

0 comments on commit 90530de

Please sign in to comment.