CircleCI update for MariaDB.
This commit is contained in:
parent
b656fa2ef1
commit
b163a147cf
1 changed files with 7 additions and 1 deletions
|
|
@ -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/
|
- store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
|
||||||
path: /tmp/test-results
|
path: /tmp/test-results
|
||||||
|
|
||||||
build-mariadb:
|
build-mariadb:
|
||||||
docker:
|
docker:
|
||||||
# specify the version
|
# specify the version
|
||||||
|
|
@ -157,3 +156,10 @@ jobs:
|
||||||
name: Run MariaDB tests
|
name: Run MariaDB tests
|
||||||
command: |
|
command: |
|
||||||
go test -v ./tests/mysql/ -source=MariaDB
|
go test -v ./tests/mysql/ -source=MariaDB
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build_and_test:
|
||||||
|
jobs:
|
||||||
|
- build
|
||||||
|
- build-mariadb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue