This commit is contained in:
Will Charczuk 2020-11-22 16:43:34 -08:00
parent 953eb716ad
commit 3d607c7bd8
2 changed files with 3 additions and 3 deletions

View file

@ -10,5 +10,5 @@ jobs:
name: new-install
command: make new-install
- run:
name: ci
command: make ci
name: Continuous Integration
command: make

View file

@ -1,4 +1,4 @@
all: test
all: new-install test
new-install:
@go get -v -u ./...