Skip to content

Commit 3ef4c1a

Browse files
committed
Update labels
1 parent d51d38c commit 3ef4c1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
prim-rev:
23-
name: (${{ matrix.config.label }}) tests (${{ matrix.config.os }})
23+
name: ${{ matrix.config.label }} tests (${{ matrix.config.os }})
2424
runs-on: ${{ matrix.config.os }}
2525
strategy:
2626
matrix:
@@ -63,7 +63,7 @@ jobs:
6363
shell: pwsh
6464
run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
6565

66-
- name: Run prim and rev unit tests
66+
- name: Run ${{ matrix.config.label }} unit tests
6767
shell: pwsh
6868
run: |
6969
python runTests.py -j4 ${{ matrix.config.tests }}

0 commit comments

Comments
 (0)