Skip to content

Commit

Permalink
chore: add go cache to test.yml (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Mar 11, 2023
1 parent 6a925c8 commit 656b80a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: set up
- uses: actions/checkout@v3

- name: setup go
uses: actions/setup-go@v3
with:
go-version: 1.18

- uses: actions/checkout@master
go-version-file: ./go.mod
cache: true

- run: |
make test
Expand Down

0 comments on commit 656b80a

Please sign in to comment.