Skip to content

Commit

Permalink
Add test on single-bucket feature
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Mar 13, 2022
1 parent cae20ef commit bf66f59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/crate.yml
Expand Up @@ -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

0 comments on commit bf66f59

Please sign in to comment.