Skip to content

Commit b1e9602

Browse files
committed
fix: move integration tests to tsql crate and update CI
1 parent 97b0906 commit b1e9602

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
- name: Run integration tests
9090
env:
9191
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
92-
run: cargo test --test integration_tests
92+
run: cargo test -p tsql --test integration_tests

0 commit comments

Comments
 (0)