Skip to content

Commit

Permalink
update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 22, 2023
1 parent ad2ee38 commit e94590a
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: SQLX_OFFLINE=true nix develop -c cargo test --workspace --all-features
- run: nix develop -c SQLX_OFFLINE=true cargo test --workspace --all-features

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e94590a

Please sign in to comment.