File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -72,26 +72,17 @@ jobs:
72
72
with :
73
73
rust-version : stable
74
74
- name : Check compilation
75
- run : |
76
- cargo check -p parquet
77
- - name : Check compilation --no-default-features
78
- run : |
79
- cargo check -p parquet --no-default-features
80
- - name : Check compilation --no-default-features --features arrow
81
- run : |
82
- cargo check -p parquet --no-default-features --features arrow
83
- - name : Check compilation --no-default-features --all-features
84
- run : |
85
- cargo check -p parquet --all-features
86
- - name : Check compilation --all-targets
87
75
run : |
88
76
cargo check -p parquet --all-targets
89
77
- name : Check compilation --no-default-features --all-targets
90
78
run : |
91
79
cargo check -p parquet --no-default-features --all-targets
92
- - name : Check compilation --no-default-features --features- arrow --all-targets
80
+ - name : Check compilation --no-default-features --features arrow --all-targets
93
81
run : |
94
82
cargo check -p parquet --no-default-features --features arrow --all-targets
83
+ - name : Check compilation --all-features --all-targets
84
+ run : |
85
+ cargo check -p parquet --all-features --all-targets
95
86
96
87
clippy :
97
88
name : Clippy
Original file line number Diff line number Diff line change @@ -692,3 +692,4 @@ fn add_benches(c: &mut Criterion) {
692
692
693
693
criterion_group ! ( benches, add_benches) ;
694
694
criterion_main ! ( benches) ;
695
+ ggg
You can’t perform that action at this time.
0 commit comments