From c4e8883c2734ce080389da1e902263fee4816414 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Fri, 1 Nov 2024 18:23:06 +0800 Subject: [PATCH] ci: Add CI check for fusio-opendal Signed-off-by: Xuanwo --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ab1621..6171af5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,12 @@ jobs: command: build args: --package fusio-object-store + - name: Run cargo build on fusio-opendal + uses: actions-rs/cargo@v1 + with: + command: build + args: --package fusio-opendal + - name: Run cargo build on fusio-parquet uses: actions-rs/cargo@v1 with: