Skip to content

Commit

Permalink
Fixed integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Alba <[email protected]>
  • Loading branch information
samalba committed Dec 7, 2018
1 parent 0d93669 commit 8908301
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 38 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- run:
name: Run linter
command: make setup lint
- run:
name: Run unit tests
command:
make test
- run:
name: Build
command:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ lint:
-E gofmt -E vet -E goimports -E golint ./...

.PHONY: test
test:
go test -v ./...
test: build
./test/integration.sh $(CURDIR)/chainkit
Loading

0 comments on commit 8908301

Please sign in to comment.