File tree Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change 30
30
strategy :
31
31
matrix :
32
32
include :
33
- - test_task : test
34
- run_opts : ' --parser=parse.y'
35
- testopts : ' -v --tty=no'
36
- timeout : 30
37
- - test_task : test-all
38
- run_opts : ' --parser=parse.y'
39
- testopts : ' -q --tty=no --excludes-dir="../src/test/.excludes-parsey"'
40
- timeout : 40
41
- - test_task : test-spec
42
- run_opts : ' --parser=parse.y'
43
- specopts : ' -T --parser=parse.y'
44
- timeout : 10
45
- - test_task : test-tool
46
- run_opts : ' --parser=parse.y'
47
- testopts : ' -v --tty=no'
48
- timeout : 30
33
+ - test_task : check
49
34
- test_task : test-bundler-parallel
50
- run_opts : ' --parser=parse.y'
51
- testopts : ' -v --tty=no'
52
- timeout : 50
53
35
- test_task : test-bundled-gems
54
- run_opts : ' --parser=parse.y'
55
- testopts : ' -v --tty=no'
56
- timeout : 30
57
- - test_task : test-syntax-suggest
58
- run_opts : ' --parser=parse.y'
59
- testopts : ' -v --tty=no'
60
- timeout : 30
61
36
fail-fast : false
62
37
63
38
env :
103
78
timeout-minutes : ${{ matrix.timeout }}
104
79
env :
105
80
RUBY_TESTOPTS : ${{ matrix.testopts }}
106
- RUN_OPTS : ${{ matrix.run_opts }}
107
- SPECOPTS : ${{ matrix.specopts }}
81
+ EXCLUDES : ' ../src/test/.excludes-parsey'
82
+ RUN_OPTS : ${{ matrix.run_opts || '--parser=parse.y' }}
83
+ SPECOPTS : ${{ matrix.specopts || '-T --parser=parse.y' }}
108
84
TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' typeprof'
109
85
110
86
- uses : ./.github/actions/slack
You can’t perform that action at this time.
0 commit comments