Skip to content

Commit

Permalink
ci: Add CI check for fusio-opendal
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 1, 2024
1 parent 0c8dbbd commit c4e8883
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c4e8883

Please sign in to comment.