We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a42529 commit 89b1ea2Copy full SHA for 89b1ea2
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
SQLX_CLI_VERSION="$(sed -rn 's/^sqlx = \{ version = "([0-9.]+)".*$/\1/p' Cargo.toml)"
30
echo "Required sqlx-cli version: $SQLX_CLI_VERSION"
31
- cargo install sqlx-cli --force --version "$SQLX_CLI_VERSION"
+ cargo install sqlx-cli --force --version "$SQLX_CLI_VERSION" --no-default-features --features sqlite
32
33
- name: Set Up the Database
34
run: sqlx database setup
0 commit comments