Skip to content

Commit 4900ef0

Browse files
committed
Update test name
1 parent 4dab14b commit 4900ef0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/examples/
498498

499499
test-lazy-imports-all:
500-
name: 'Test Lazy Imports Fully Enabled'
500+
name: 'Lazy Imports All Enabled'
501501
needs: build-context
502502
if: fromJSON(needs.build-context.outputs.run-tests)
503503
uses: ./.github/workflows/reusable-test-lazy-imports-all.yml

.github/workflows/reusable-test-lazy-imports-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323

2424
jobs:
2525
test-lazy-imports-all:
26-
name: 'Test Lazy Imports Fully Enabled'
26+
name: 'Lazy Imports All Enabled'
2727
runs-on: ubuntu-24.04
2828
timeout-minutes: 60
2929
env:

0 commit comments

Comments
 (0)