From 80153803b94a9dfa1f9f04f2e8bf5e50d5772368 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Sun, 13 Mar 2022 13:22:35 +0800 Subject: [PATCH] Add build test on single-bucket feature --- .github/workflows/crate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/crate.yml b/.github/workflows/crate.yml index cdbdbe079..3483cad61 100644 --- a/.github/workflows/crate.yml +++ b/.github/workflows/crate.yml @@ -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