Skip to content

Commit 515ad2b

Browse files
committed
WIP reduced matrix combinations
1 parent 7f1b0b4 commit 515ad2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
18-
line_width: [80, 88, 100, 120]
19-
indent: ["2", "4", "8", "t"]
18+
line_width: [80, 100]
19+
indent: ["4", "t"]
2020

2121
steps:
2222
- name: Checkout c3tools

0 commit comments

Comments
 (0)