We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51d38c commit 3ef4c1aCopy full SHA for 3ef4c1a
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ concurrency:
20
21
jobs:
22
prim-rev:
23
- name: (${{ matrix.config.label }}) tests (${{ matrix.config.os }})
+ name: ${{ matrix.config.label }} tests (${{ matrix.config.os }})
24
runs-on: ${{ matrix.config.os }}
25
strategy:
26
matrix:
@@ -63,7 +63,7 @@ jobs:
63
shell: pwsh
64
run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
65
66
- - name: Run prim and rev unit tests
+ - name: Run ${{ matrix.config.label }} unit tests
67
68
run: |
69
python runTests.py -j4 ${{ matrix.config.tests }}
0 commit comments