updates
This commit is contained in:
parent
953eb716ad
commit
3d607c7bd8
2 changed files with 3 additions and 3 deletions
|
@ -10,5 +10,5 @@ jobs:
|
||||||
name: new-install
|
name: new-install
|
||||||
command: make new-install
|
command: make new-install
|
||||||
- run:
|
- run:
|
||||||
name: ci
|
name: Continuous Integration
|
||||||
command: make ci
|
command: make
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
all: test
|
all: new-install test
|
||||||
|
|
||||||
new-install:
|
new-install:
|
||||||
@go get -v -u ./...
|
@go get -v -u ./...
|
||||||
|
|
Loading…
Reference in a new issue