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 edcadf8 commit 5373bdbCopy full SHA for 5373bdb
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
run: cargo +${{ matrix.rust }} version
114
115
- name: Test diesel_async
116
- run: cargo +{{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc"
+ run: cargo +${{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc"
117
118
rustfmt_and_clippy:
119
name: Check rustfmt style && run clippy
0 commit comments