Skip to content

Commit

Permalink
Enabled integration tests in circleci file
Browse files Browse the repository at this point in the history
  • Loading branch information
michelvocks committed Jul 10, 2018
1 parent 21e93c0 commit 4c5b5d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
- image: circleci/golang:1.10.3-browsers
steps:
- checkout
#- run:
# name: Run integration tests
# command: go test -race -p 1 ./...
- run:
name: Run integration tests
command: go test -v -race -p 1 ./...
- run:
name: Build binary without frontend
command: |
Expand Down

0 comments on commit 4c5b5d3

Please sign in to comment.