Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce schema evolution via the -S flag #164

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
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
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
profile: default
toolchain: stable
override: true
- name: Build and lint for S3
run: cargo clippy --features s3
- name: Build and lint for Azure
run: cargo clippy --features azure
- name: Build and lint
run: cargo clippy --features s3,azure,avro

test:
runs-on: ubuntu-latest
Expand All @@ -53,8 +51,6 @@ jobs:
override: true
- name: Teststack setup
run: docker-compose up setup
- name: Run s3 feature tests
run: cargo test --features s3
- name: Run azure feature tests
run: cargo test --features azure
- name: Run all tests
run: cargo test --features s3,azure,avro

Loading
Loading