Skip to content

Commit

Permalink
Add arrow2 feature to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp authored Nov 20, 2022
1 parent 09cc420 commit 38b9141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: cargo version
run: cargo --version
- name: Build
run: cargo build --verbose
run: cargo build --verbose --features arrow2
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --features arrow2

0 comments on commit 38b9141

Please sign in to comment.