Skip to content

Commit b7feea9

Browse files
committed
ci: add cache test
1 parent 7820f5d commit b7feea9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
test: [postgres, mysql, mariadb, mssql, unittest]
68+
test: [postgres, mysql, mariadb, mssql, unittest, distributed_caching]
6969
steps:
7070
- name: Install toolchain
7171
uses: actions-rs/toolchain@v1

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
test: [postgres, mysql, mariadb, mssql, unittest]
65+
test: [postgres, mysql, mariadb, mssql, unittest, distributed_caching]
6666
steps:
6767
- name: Install toolchain
6868
uses: actions-rs/toolchain@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
test: [postgres, mysql, mariadb, mssql, unittest]
65+
test: [postgres, mysql, mariadb, mssql, unittest, distributed_caching]
6666
steps:
6767
- name: Install toolchain
6868
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)