Skip to content

Commit

Permalink
Fix CI features
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Sep 20, 2024
1 parent b56e094 commit 5e13ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
features:
- ''
- '--no-default-features'
- '--datafusion'
- '--all-features'
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -113,6 +113,7 @@ jobs:
features:
- ''
- '--no-default-features'
- '--all-features'
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 5e13ed3

Please sign in to comment.