Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty authored Apr 28, 2023
1 parent 85a2b63 commit f1f89f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.12

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./secretcache
run: go test -v ./secretcache -coverprofile=coverage.out -covermode=atomic

- name: Codecov
uses: codecov/[email protected]

0 comments on commit f1f89f0

Please sign in to comment.