Skip to content

Commit

Permalink
due to space limit on ci vm, only do selected tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed May 9, 2024
1 parent dbb3cb4 commit d06bd52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# run: just test-feature-gate

- name: Run tests
run: cargo clean && just test
run: cargo clean && just test-ci
env:
POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432/postgres"
SQLITE_URL: "sqlite:///tmp/test.db"
Expand Down
3 changes: 3 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ build-cpp-release +ARGS="":
test +ARGS="":
cargo test --features all {{ARGS}} -- --nocapture

test-ci:
cargo test --features all --test test_postgres --test test_polars --test test_arrow --test test_mysql

test-feature-gate:
cargo c --features src_postgres
cargo c --features src_mysql
Expand Down
Loading

0 comments on commit d06bd52

Please sign in to comment.