We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb7d65 commit 527883eCopy full SHA for 527883e
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: just ensure_db_and_s3_are_running
49
50
- name: install SQLX CLI
51
- run: cargo binstall sqlx-cli --no-default-features --features postgres
+ run: cargo binstall sqlx-cli
52
53
- name: run database migrations
54
run: cargo sqlx migrate run --database-url $DOCSRS_DATABASE_URL
0 commit comments