Skip to content

Commit

Permalink
Run all tests under s3 feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mosyp committed Sep 30, 2021
1 parent 7aa55e8 commit 7973acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7973acf

Please sign in to comment.