Skip to content

Commit 6ceeb81

Browse files
committed
test with static odbc
1 parent c5c0334 commit 6ceeb81

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
3232
- run: cargo fmt --all -- --check
3333
- run: cargo clippy --all-targets --all-features -- -D warnings
34-
- run: cargo test
34+
- run: cargo test --all-features
3535
- name: Upload Linux binary
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)