Skip to content

Commit

Permalink
test caching to speed up test action
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaasman00 committed Aug 26, 2024
1 parent 2c98147 commit 48ec43d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache-dependency-path: "**/go.sum"
- name: Run Tests
run: make test
- name: Run Updater Integration Tests (non-linux)
Expand Down

0 comments on commit 48ec43d

Please sign in to comment.