Skip to content

Commit 3bea7e2

Browse files
authored
Merge pull request #87 from OneLiteFeatherNET/feat/caching
Feat/caching
2 parents 5ba45db + d0b860f commit 3bea7e2

17 files changed

+1069
-81
lines changed

.github/workflows/ci.yml

+1-1
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

+1-1
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

+1-1
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)