Skip to content
Snippets Groups Projects
Commit 51bf1b45 authored by Christian Pointner's avatar Christian Pointner
Browse files

added test for mariadb

parent 023a262c
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,20 @@ test-store-mysql:
script:
- go test -v -cover ./store
test-store-mariadb:
stage: test
services:
- mariadb:10.1
variables:
MYSQL_DATABASE: "tank"
MYSQL_USER: "tank"
MYSQL_PASSWORD: "aura"
MYSQL_ROOT_PASSWORD: "yes"
AURA_TANK_TEST_DB_TYPE: "mysql"
AURA_TANK_TEST_DB_HOST: "mariadb"
script:
- go test -v -cover ./store
test-store-postgres:
stage: test
services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment