Skip to content

Commit 89b1ea2

Browse files
committed
Disable unneeded sqlx-cli features in the test workflow
1 parent 8a42529 commit 89b1ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
SQLX_CLI_VERSION="$(sed -rn 's/^sqlx = \{ version = "([0-9.]+)".*$/\1/p' Cargo.toml)"
3030
echo "Required sqlx-cli version: $SQLX_CLI_VERSION"
31-
cargo install sqlx-cli --force --version "$SQLX_CLI_VERSION"
31+
cargo install sqlx-cli --force --version "$SQLX_CLI_VERSION" --no-default-features --features sqlite
3232
3333
- name: Set Up the Database
3434
run: sqlx database setup

0 commit comments

Comments
 (0)