mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-04 05:25:26 +01:00
ci: add db matrix to ci
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -83,6 +83,12 @@ jobs:
|
||||
[
|
||||
-p cdk-integration-tests,
|
||||
]
|
||||
database:
|
||||
[
|
||||
REDB,
|
||||
SQLITE,
|
||||
MEMORY
|
||||
]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -95,7 +101,7 @@ jobs:
|
||||
- name: Clippy
|
||||
run: nix develop -i -L .#stable --command cargo clippy ${{ matrix.build-args }} -- -D warnings
|
||||
- name: Test
|
||||
run: nix develop -i -L .#stable --command just itest
|
||||
run: nix develop -i -L .#stable --command just itest ${{ matrix.database }}
|
||||
|
||||
msrv-build:
|
||||
name: "MSRV build"
|
||||
|
||||
Reference in New Issue
Block a user