CI: remove the 'garble test' step

It fails on all three GitHub platforms, for some reason. Something
related to permission denied errors in the module cache.

It's unclear to me why we're trying to modify the build cache. For now,
un-break master.
pull/22/head
Daniel Martí 4 years ago
parent 4d5ad43f10
commit f135b9fb7a

@ -16,5 +16,3 @@ jobs:
uses: actions/checkout@v1
- name: Test
run: go test ./...
- name: Test with garble
run: go build && ./garble test ./...

Loading…
Cancel
Save