Skip to content

Commit

Permalink
try sqlx 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 22, 2023
1 parent ece9f98 commit 6a390f3
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 187 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: Swatinem/rust-cache@v2
- run: nix develop -c cargo install sqlx-cli --version 0.6.3 --no-default-features --features rustls --features mysql
- run: nix develop -c cd dwn-server && cargo sqlx prepare
- run: nix develop -c cd dwn-server && cargo sqlx prepare -- --tests
- run: nix develop -c cargo install sqlx-cli --no-default-features --features rustls --features mysql
- run: nix develop -c cargo sqlx prepare --workspace
- run: nix develop -c cargo sqlx prepare --workspace -- --tests
- uses: EndBug/add-and-commit@v9
with:
message: "chore: sqlx prepare"
Expand Down
Loading

0 comments on commit 6a390f3

Please sign in to comment.