We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e165e8c commit 1122763Copy full SHA for 1122763
.github/workflows/ci.yml
@@ -117,7 +117,9 @@ jobs:
117
run: cargo +${{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc"
118
- name: Run examples
119
if: matrix.backend == 'postgres'
120
- run: cargo +${{ matrix.rust }} check --manifest-path examples/postgres/pooled-with-rustls/Cargo.toml
+ 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
123
124
rustfmt_and_clippy:
125
name: Check rustfmt style && run clippy
0 commit comments