Skip to content
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