We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3285c43 commit dff2b67Copy full SHA for dff2b67
1 file changed
.github/workflows/ci.yml
@@ -118,7 +118,11 @@ jobs:
118
119
- name: Build GraphAr
120
working-directory: "cpp/build"
121
- run: make -j$(nproc)
+ run: make -j$(nproc) graphar graphar_thirdparty
122
+
123
+ - name: Build Benchmarks
124
+ working-directory: "cpp/build"
125
+ run: make -j$(nproc) graph_info_benchmark arrow_chunk_reader_benchmark label_filter_benchmark
126
127
- name: Test
128
0 commit comments