Skip to content

Commit

Permalink
build(pr_test.yml): tuning up the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-gomez-fastly committed Jan 30, 2025
1 parent 9679de4 commit f734de0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
echo "gobin=$(go env GOPATH)/bin" >> $GITHUB_OUTPUT # speed up dependency installs
echo "gobuild=$(go env GOCACHE)" >> $GITHUB_OUTPUT # speed up `go test` runs
echo "gomod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT # speed up use of third-party modules
- name: "Fix cache directory perms"
run: chmod -R 0755 ~/go/pkg/mod
- name: Go Bin Cache
id: go-bin-deps
uses: actions/cache@v4
Expand Down

0 comments on commit f734de0

Please sign in to comment.