Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ jobs:
run: cargo test --test integration -p tablepro-driver-postgres -- --include-ignored --test-threads=1
- name: MySQL integration tests
run: cargo test --test integration -p tablepro-driver-mysql -- --include-ignored --test-threads=1
- name: ClickHouse integration tests
run: cargo test --test integration -p tablepro-driver-clickhouse -- --include-ignored --test-threads=1
224 changes: 224 additions & 0 deletions linux/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading