Skip to content

Commit

Permalink
Caching deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Jun 28, 2023
1 parent b6feadd commit 263a433
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- restore_cache:
keys:
- go-mod-v1-{{ checksum "go.sum" }}
- run:
name: Build and run system tests
command: make test-system
- run:
name: Run tests with coverage
command: |
Expand Down Expand Up @@ -110,6 +113,9 @@ jobs:
- run:
name: Build and run system tests
command: make test-system
- run:
name: Build and run system tests
command: make test-system
- store_artifacts:
path: /go/src/github.com/cosmwasm/wasmd/testnet/node0.out
- store_artifacts:
Expand Down

0 comments on commit 263a433

Please sign in to comment.