Skip to content

Commit

Permalink
Add build 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 8015380
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ jobs:

- name: KV feature test
run: nix develop -c cargo test -p sewup --features=kv --no-default-features

# TODO Fix me when test ready
- name: Build Single bucket feature
run: nix develop -c cargo build -p sewup --features=single-bucket --no-default-features

0 comments on commit 8015380

Please sign in to comment.