From 3d607c7bd8a7b2b51486bec5a998dfef5dd4d412 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sun, 22 Nov 2020 16:43:34 -0800 Subject: [PATCH] updates --- .circleci/config.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ./...