Skip to content

Commit

Permalink
Run tests with coverage in Dockerfile.test
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKnop committed Oct 11, 2017
1 parent 8264004 commit dbd279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ WORKDIR /go/src/github.com/RichardKnop/go-oauth2-server
ADD . /go/src/github.com/RichardKnop/go-oauth2-server

# Run integration tests as default command
CMD make test
CMD make test-with-coverage

0 comments on commit dbd279f

Please sign in to comment.