Skip to content

Commit

Permalink
fix(ci): no default sqlx-cli features
Browse files Browse the repository at this point in the history
  • Loading branch information
KavikaPalletenne committed Apr 6, 2024
1 parent d055a09 commit 57bf1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Migrate DB
working-directory: backend
run: |
cargo install sqlx-cli
cargo install sqlx-cli --no-default-features --features native-tls,postgres
sqlx database create
sqlx migrate run
- name: Build
Expand Down

0 comments on commit 57bf1e1

Please sign in to comment.