From b163a147cfcd55799f1a47a9b6406def7087a41a Mon Sep 17 00:00:00 2001 From: go-jet Date: Thu, 15 Aug 2019 12:34:56 +0200 Subject: [PATCH] CircleCI update for MariaDB. --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f941d7..557e13c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,7 +98,6 @@ jobs: - store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/ path: /tmp/test-results - build-mariadb: docker: # specify the version @@ -157,3 +156,10 @@ jobs: name: Run MariaDB tests command: | go test -v ./tests/mysql/ -source=MariaDB + +workflows: + version: 2 + build_and_test: + jobs: + - build + - build-mariadb