Skip to content

Commit

Permalink
Remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
svishwanath-tw committed Nov 14, 2019
1 parent 29a8d25 commit 3e1545f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:

- name: Get dependencies
run: go get -v -t -d ./...

- name: Cache
uses: actions/cache@v1.0.0

- name: Run tests
run: go test -v ./...
Expand Down

0 comments on commit 3e1545f

Please sign in to comment.