diff --git a/.circleci/config.yml b/.circleci/config.yml index 86772c8..007a11c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,5 +10,5 @@ jobs: name: new-install command: make new-install - run: - name: ci - command: make ci \ No newline at end of file + name: Continuous Integration + command: make \ No newline at end of file diff --git a/Makefile b/Makefile index 28e1cce..e0928c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: test +all: new-install test new-install: @go get -v -u ./...