diff --git a/.github/workflows/crate.yml b/.github/workflows/crate.yml index cdbdbe079..30bb1b018 100644 --- a/.github/workflows/crate.yml +++ b/.github/workflows/crate.yml @@ -51,3 +51,6 @@ jobs: - name: KV feature test run: nix develop -c cargo test -p sewup --features=kv --no-default-features + + - name: Single bucket feature test + run: nix develop -c cargo test -p sewup --features=single-bucket --no-default-features