Skip to content

Commit 57ef0e0

Browse files
Turbo87eakoli
authored andcommitted
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 91e2322 commit 57ef0e0

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)