|
33 | 33 |
|
34 | 34 | # build the library, a compilation step used by multiple steps below |
35 | 35 | linux-build-lib: |
36 | | - name: AMD64 Debian 10 Rust ${{ matrix.rust }} build libraries |
| 36 | + name: Build Libraries on AMD64 Rust ${{ matrix.rust }} |
37 | 37 | runs-on: ubuntu-latest |
38 | 38 | strategy: |
39 | 39 | matrix: |
|
75 | 75 |
|
76 | 76 | # test the crate |
77 | 77 | linux-test: |
78 | | - name: AMD64 Debian 10 Rust ${{ matrix.rust }} test workspace |
| 78 | + name: Test Workspace on AMD64 Rust ${{ matrix.rust }} |
79 | 79 | needs: [linux-build-lib] |
80 | 80 | runs-on: ubuntu-latest |
81 | 81 | strategy: |
@@ -134,7 +134,7 @@ jobs: |
134 | 134 |
|
135 | 135 | # test the --features "simd" of the arrow crate. This requires nightly. |
136 | 136 | linux-test-simd: |
137 | | - name: AMD64 Debian 10 Rust ${{ matrix.rust }} test arrow simd |
| 137 | + name: Test SIMD on AMD64 Rust ${{ matrix.rust }} |
138 | 138 | runs-on: ubuntu-latest |
139 | 139 | strategy: |
140 | 140 | matrix: |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | cargo test --features "simd" |
177 | 177 |
|
178 | 178 | windows-and-macos: |
179 | | - name: ${{ matrix.os }} Rust ${{ matrix.rust }} |
| 179 | + name: Test on ${{ matrix.os }} Rust ${{ matrix.rust }} |
180 | 180 | runs-on: ${{ matrix.os }} |
181 | 181 | strategy: |
182 | 182 | matrix: |
@@ -246,7 +246,7 @@ jobs: |
246 | 246 | cargo clippy --all-targets --workspace -- -D warnings -A clippy::redundant_field_names |
247 | 247 |
|
248 | 248 | miri-checks: |
249 | | - name: Miri Checks |
| 249 | + name: MIRI |
250 | 250 | runs-on: ubuntu-latest |
251 | 251 | strategy: |
252 | 252 | matrix: |
@@ -322,7 +322,7 @@ jobs: |
322 | 322 |
|
323 | 323 | # test FFI against the C-Data interface exposed by pyarrow |
324 | 324 | pyarrow-integration-test: |
325 | | - name: Pyarrow C data interface integration test |
| 325 | + name: Test Pyarrow C Data Interface |
326 | 326 | runs-on: ubuntu-latest |
327 | 327 | strategy: |
328 | 328 | matrix: |
@@ -368,7 +368,7 @@ jobs: |
368 | 368 |
|
369 | 369 | # test the arrow crate builds against wasm32 in stable rust |
370 | 370 | wasm32-build: |
371 | | - name: AMD64 Debian 10 Rust ${{ matrix.rust }} test arrow wasm32 |
| 371 | + name: Build wasm32 on AMD64 Rust ${{ matrix.rust }} |
372 | 372 | runs-on: ubuntu-latest |
373 | 373 | strategy: |
374 | 374 | matrix: |
@@ -412,7 +412,7 @@ jobs: |
412 | 412 |
|
413 | 413 | # test the projects can build without default features |
414 | 414 | default-build: |
415 | | - name: AMD64 Debian 10 Rust ${{ matrix.rust }} test no defaults |
| 415 | + name: Check No Defaults on AMD64 Rust ${{ matrix.rust }} |
416 | 416 | runs-on: ubuntu-latest |
417 | 417 | strategy: |
418 | 418 | matrix: |
|
0 commit comments