Run tests against sqlite3

This commit is contained in:
Denis Makogon
2017-07-21 22:36:54 +03:00
committed by James Jeffrey
parent 84c9bb9b93
commit 0ac91e6e7c

View File

@@ -67,9 +67,9 @@ integration_tests:
script: script:
- go build -o functions-alpine - go build -o functions-alpine
- docker build -t funcy/functions:latest . - docker build -t funcy/functions:latest .
# - DOCKER_LOCATION=container_ip make docker-test-run-with-sqlite3 - DOCKER_LOCATION=container_ip make docker-test-run-with-sqlite3
# - DOCKER_LOCATION=container_ip make docker-test-run-with-postgres # - DOCKER_LOCATION=container_ip make docker-test-run-with-postgres
- DOCKER_LOCATION=container_ip make docker-test-run-with-mysql # - DOCKER_LOCATION=container_ip make docker-test-run-with-mysql
deploy_job: deploy_job:
only: only: