Skip to content

Commit

Permalink
github: drop obsolete cache step from test run (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed Jun 24, 2023
2 parents 85a31ff + f718ac5 commit d5dcbd1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Cache go mod
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-${{ matrix.go }}-
- name: Run go test
run: go test -coverprofile=coverage.txt -covermode=atomic ./...

Expand Down

0 comments on commit d5dcbd1

Please sign in to comment.