Skip to content

Commit 241d4ff

Browse files
committed
[#1548] Enable Test with CockroachDB on CI
1 parent 8671af8 commit 241d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
matrix:
102102
# db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
103-
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer' ]
103+
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB' ]
104104
steps:
105105
- uses: actions/checkout@v2
106106
- name: Get year/month for cache key

0 commit comments

Comments
 (0)