Skip to content

Commit e419c78

Browse files
Update Rust example to include non-admin logic and align with docs (#131)
1 parent 21dc57c commit e419c78

5 files changed

Lines changed: 831 additions & 529 deletions

File tree

.github/workflows/rust-sqlx-integ-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Configure and run integration tests for SQLx
4848
working-directory: ./rust/sqlx
4949
env:
50+
CLUSTER_USER: "admin"
5051
CLUSTER_ENDPOINT: ${{ secrets.RUST_SQLX_CLUSTER_ENDPOINT }}
5152
REGION: ${{ secrets.RUST_SQLX_CLUSTER_REGION }}
5253
run: |
53-
cargo build
54-
cargo test
54+
cargo run

0 commit comments

Comments
 (0)