Skip to content

Commit

Permalink
Enable Redis tests in CI config (kolide#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass authored Jul 29, 2019
1 parent c321715 commit 0219779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ jobs:
build-go:
docker:
- image: golang:1.12
- image: redis:5.0
- image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: toor
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
- vendor
- run: make generate-go
- run: make lint-go
- run: MYSQL_TEST=1 MYSQL_PORT_3306_TCP_ADDR=127.0.0.1 make test-go
- run: MYSQL_TEST=1 MYSQL_PORT_3306_TCP_ADDR=127.0.0.1 REDIS_TEST=1 make test-go
- run: make build

build-js:
Expand Down

0 comments on commit 0219779

Please sign in to comment.