Skip to content

Commit

Permalink
fix: run integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Nov 9, 2023
1 parent 9470678 commit da5e71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ jobs:

- name: Run tests with rustls (default)
run: |
cargo test -p deltalake --features integration_test,azure,s3,gcs,datafusion
cargo test --features integration_test,azure,s3,gcs,datafusion
- name: Run tests with native-tls
run: |
cargo test -p deltalake --no-default-features --features integration_test,s3-native-tls,datafusion
cargo test --no-default-features --features integration_test,s3-native-tls,datafusion
parquet2_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit da5e71d

Please sign in to comment.