Skip to content

Commit

Permalink
no need to cache Go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermakram committed Oct 5, 2022
1 parent 500afca commit 655acfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -8,11 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Go
- name: setup go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true

- name: Test
- name: test
run: go test -race ./...

0 comments on commit 655acfc

Please sign in to comment.