Skip to content

Commit 1122763

Browse files
committed
Add new example run-pending-migrations-with-rustls to CI
1 parent e165e8c commit 1122763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ jobs:
117117
run: cargo +${{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc"
118118
- name: Run examples
119119
if: matrix.backend == 'postgres'
120-
run: cargo +${{ matrix.rust }} check --manifest-path examples/postgres/pooled-with-rustls/Cargo.toml
120+
run: |
121+
cargo +${{ matrix.rust }} check --manifest-path examples/postgres/pooled-with-rustls/Cargo.toml
122+
cargo +${{ matrix.rust }} check --manifest-path examples/postgres/run-pending-migrations-with-rustls/Cargo.toml
121123
122124
rustfmt_and_clippy:
123125
name: Check rustfmt style && run clippy

0 commit comments

Comments
 (0)