Switching to CircleCI

pull/187/head
Emir Pasic 2 years ago
parent a6a23a940f
commit 1ecec7b3bc

@ -15,16 +15,6 @@ jobs:
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
steps:
- checkout
- restore_cache:
keys:
- go-mod-v4-{{ checksum "go.sum" }}
- run:
name: Install Dependencies
command: go mod download
- save_cache:
key: go-mod-v4-{{ checksum "go.sum" }}
paths:
- "/go/pkg/mod"
- run:
name: Run tests
command: |

Loading…
Cancel
Save