Skip to content

Commit 4c34b6d

Browse files
authored
Reorder test name (#160)
1 parent c6bfc6b commit 4c34b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
num_threads:
26-
- 1
27-
- 2
2825
runner:
2926
- version: '1'
3027
os: ubuntu-latest
@@ -37,6 +34,9 @@ jobs:
3734
# macOS
3835
- version: '1'
3936
os: macos-latest
37+
num_threads:
38+
- 1
39+
- 2
4040

4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)