Skip to content

Commit

Permalink
ci: add exmaples check
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Sep 26, 2024
1 parent 80c9001 commit 837cc3f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,23 @@ jobs:
command: fmt
args: -- --check

exmaples:
name: Rust exmaples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run datafusion example
uses: actions-rs/cargo@v1
with:
command: run
args: --example datafusion --features=datafusion

- name: Run declare example
uses: actions-rs/cargo@v1
with:
command: run
args: --example declare --all-features

benchmark:
name: Rust benchmark
runs-on: self-hosted
Expand Down

0 comments on commit 837cc3f

Please sign in to comment.