Skip to content

Commit

Permalink
Fix circle ci it test
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Jan 28, 2021
1 parent 1b3967f commit e5d3448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ jobs:
RELAYER_VERISON: master
RELAYER_REPO: github.com/cosmos/relayer
steps:
- attach_workspace:
at: /tmp/workspace
- restore_cache:
name: "Restore go modules cache"
keys:
Expand Down Expand Up @@ -218,6 +220,7 @@ workflows:
- setup-dependencies
- install-relayer:
requires:
- test-cover
- setup-dependencies
- test-relayer-it:
requires:
Expand Down

0 comments on commit e5d3448

Please sign in to comment.