Skip to content

Commit dad8209

Browse files
committed
improve names of tests
1 parent 97ff7a5 commit dad8209

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/rust.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# build the library, a compilation step used by multiple steps below
3535
linux-build-lib:
36-
name: AMD64 Debian 10 Rust ${{ matrix.rust }} build libraries
36+
name: Build Libraries on AMD64 Rust ${{ matrix.rust }}
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
@@ -75,7 +75,7 @@ jobs:
7575
7676
# test the crate
7777
linux-test:
78-
name: AMD64 Debian 10 Rust ${{ matrix.rust }} test workspace
78+
name: Test Workspace on AMD64 Rust ${{ matrix.rust }}
7979
needs: [linux-build-lib]
8080
runs-on: ubuntu-latest
8181
strategy:
@@ -134,7 +134,7 @@ jobs:
134134
135135
# test the --features "simd" of the arrow crate. This requires nightly.
136136
linux-test-simd:
137-
name: AMD64 Debian 10 Rust ${{ matrix.rust }} test arrow simd
137+
name: Test SIMD on AMD64 Rust ${{ matrix.rust }}
138138
runs-on: ubuntu-latest
139139
strategy:
140140
matrix:
@@ -176,7 +176,7 @@ jobs:
176176
cargo test --features "simd"
177177
178178
windows-and-macos:
179-
name: ${{ matrix.os }} Rust ${{ matrix.rust }}
179+
name: Test on ${{ matrix.os }} Rust ${{ matrix.rust }}
180180
runs-on: ${{ matrix.os }}
181181
strategy:
182182
matrix:
@@ -246,7 +246,7 @@ jobs:
246246
cargo clippy --all-targets --workspace -- -D warnings -A clippy::redundant_field_names
247247
248248
miri-checks:
249-
name: Miri Checks
249+
name: MIRI
250250
runs-on: ubuntu-latest
251251
strategy:
252252
matrix:
@@ -322,7 +322,7 @@ jobs:
322322

323323
# test FFI against the C-Data interface exposed by pyarrow
324324
pyarrow-integration-test:
325-
name: Pyarrow C data interface integration test
325+
name: Test Pyarrow C Data Interface
326326
runs-on: ubuntu-latest
327327
strategy:
328328
matrix:
@@ -368,7 +368,7 @@ jobs:
368368
369369
# test the arrow crate builds against wasm32 in stable rust
370370
wasm32-build:
371-
name: AMD64 Debian 10 Rust ${{ matrix.rust }} test arrow wasm32
371+
name: Build wasm32 on AMD64 Rust ${{ matrix.rust }}
372372
runs-on: ubuntu-latest
373373
strategy:
374374
matrix:
@@ -412,7 +412,7 @@ jobs:
412412
413413
# test the projects can build without default features
414414
default-build:
415-
name: AMD64 Debian 10 Rust ${{ matrix.rust }} test no defaults
415+
name: Check No Defaults on AMD64 Rust ${{ matrix.rust }}
416416
runs-on: ubuntu-latest
417417
strategy:
418418
matrix:

0 commit comments

Comments
 (0)