Skip to content

Commit

Permalink
ci: use cache for relayer build
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Oct 3, 2022
1 parent fac757c commit 5b401e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.18
- uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: make yrly

sdk-test:
Expand Down

0 comments on commit 5b401e2

Please sign in to comment.