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

Run all tests under s3 feature flag #447

Merged
merged 1 commit into from
Sep 30, 2021
Merged
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
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,5 @@ jobs:
- name: Setup localstack
run: docker-compose up setup
- name: Run tests
# As there's no way to run tests which are feature only, one should explicitly tell which tests to execute.
# Using `cargo test s3` requires tests to include _s3_ part in a name which is easily human error prone.
run: |
cargo test s3 --test simple_commit_test --features s3
cargo test s3 --test concurrent_writes_test --features s3
cargo test --test dynamodb_lock_test --features s3
cargo test --test repair_s3_rename_test --features s3
cargo test test_s3_delete_objs --test s3_test --features s3
cargo test --features s3