mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Enable Redis tests in CI config (#2083)
This commit is contained in:
parent
c321715e1e
commit
0219779880
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue