Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 22, 2023
1 parent e94590a commit a2fba41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 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
- run: nix develop -c SQLX_OFFLINE=true cargo test --workspace --all-features
- run: nix develop -c bash -c "DATABASE_URL='' SQLX_OFFLINE=true cargo test --workspace --all-features"

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2fba41

Please sign in to comment.