Add CockroachDB CI testing (#140)

This commit is contained in:
Kavin 2021-12-11 13:20:59 -07:00 committed by GitHub
parent 26814db8d9
commit bf58a22fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 0 deletions

View file

@ -14,6 +14,7 @@ jobs:
docker-compose-file:
- docker-compose.yml
- testing/docker-compose.hsqldb.yml
- testing/docker-compose.cockroachdb.yml
steps:
- uses: actions/checkout@v2.4.0
with: