We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a716d3b commit ce4a105Copy full SHA for ce4a105
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
24
- name: Set Up the Database
25
run: |
26
- cargo install sqlx-cli
+ cargo install --force sqlx-cli
27
cargo sqlx database setup
28
- name: Build
29
run: cargo build --profile dev
0 commit comments