Skip to content

Commit 5373bdb

Browse files
committed
Fix the ci
1 parent edcadf8 commit 5373bdb

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
@@ -113,7 +113,7 @@ jobs:
113113
run: cargo +${{ matrix.rust }} version
114114

115115
- name: Test diesel_async
116-
run: cargo +{{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc"
116+
run: cargo +${{ matrix.rust }} test --manifest-path Cargo.toml --no-default-features --features "${{ matrix.backend }} deadpool bb8 mobc"
117117

118118
rustfmt_and_clippy:
119119
name: Check rustfmt style && run clippy

0 commit comments

Comments
 (0)