Skip to content

Commit db8f535

Browse files
committed
CI: Run async-connection-wrapper feature tests too
`tests/sync_wrapper.rs` is gated by `#[cfg(feature = "async-connection-wrapper")]`. Since the `async-connection-wrapper` feature wasn't explicitly enabled, we were not actually running these tests on CI.
1 parent 37871e0 commit db8f535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
run: cargo +${{ matrix.rust }} version
203203

204204
- name: Test diesel_async
205-
run: cargo +${{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc"
205+
run: cargo +${{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc async-connection-wrapper"
206206

207207
- name: Run examples (Postgres)
208208
if: matrix.backend == 'postgres'

0 commit comments

Comments
 (0)