Skip to content

Commit

Permalink
fix default feature test
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 18, 2021
1 parent bdc2ca8 commit 7c32795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,5 @@ jobs:
run: |
export CARGO_HOME="/github/home/.cargo"
export CARGO_TARGET_DIR="/github/home/target"
cd parquet_derive/test/dependency/no-default-features
cd parquet_derive/test/dependency/default-features
cargo check

0 comments on commit 7c32795

Please sign in to comment.