Skip to content

Commit a0ef433

Browse files
committed
refactor: fix tests
1 parent 72f4f8f commit a0ef433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

3434
lint-concurrency-off:
3535
runs-on: ubuntu-latest
36-
name: Linter with multithreading feature set to 4
36+
name: Linter with multithreading feature set to off
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353

5454
lint-concurrency-auto:
5555
runs-on: ubuntu-latest
56-
name: Linter with multithreading feature set to 4
56+
name: Linter with multithreading feature set to auto
5757
steps:
5858
- name: Checkout repository
5959
uses: actions/checkout@v4

0 commit comments

Comments
 (0)