Skip to content

Commit 498d67f

Browse files
committed
test without ci name
1 parent b2e8bff commit 498d67f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
test:
16-
name: Test (${{ matrix.features.name }})
16+
name: Test
1717

1818
runs-on: ubuntu-latest
1919

@@ -41,7 +41,7 @@ jobs:
4141
run: cargo test --tests --no-default-features ${{ matrix.features.flag }}
4242

4343
miri:
44-
name: Miri (${{ matrix.features.name }})
44+
name: Miri
4545

4646
runs-on: ubuntu-latest
4747

@@ -74,7 +74,7 @@ jobs:
7474
run: cargo miri test --no-default-features ${{ matrix.features.flag }}
7575

7676
clippy:
77-
name: Clippy (${{ matrix.features.name }})
77+
name: Clippy
7878

7979
runs-on: ubuntu-latest
8080

0 commit comments

Comments
 (0)