From 25e589714f44dad255a850181589dd8ed4a3b7a3 Mon Sep 17 00:00:00 2001 From: misha Date: Thu, 30 Sep 2021 09:23:14 +0300 Subject: [PATCH] Run all tests under s3 feature flag --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e6e67d89a..45acbba1d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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