Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Use Github's built-in Go caching
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Jul 25, 2023
1 parent f510485 commit 08fc5c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
cache: false
go-version: "1.20"
- uses: debianmaster/[email protected]
with:
version: 'v1.27.2-k3s1'
- run: make validate-code
- run: make build
unit:
Expand All @@ -36,11 +32,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
cache: false
go-version: "1.20"
- uses: debianmaster/[email protected]
with:
version: 'v1.27.2-k3s1'
- name: Run unit tests
id: unit-test
run: TEST_FLAGS="--junitfile unit-test-summary.xml" make unit
Expand All @@ -58,7 +50,6 @@ jobs:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
cache: false
go-version: "1.20"
- uses: debianmaster/[email protected]
with:
Expand Down

0 comments on commit 08fc5c7

Please sign in to comment.