File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -103,17 +103,19 @@ jobs:
103103 - name : Build
104104 run : cabal build
105105
106- - name : Set test options
106+ - if : matrix.test
107+ name : Test hls-graph
108+ run : cabal test hls-graph
109+
110+ # Do this after running the tests that don't use tasty-rerun, otherwise they complain
111+ # about not recognizing the arguments
112+ - name : Set rerun test options
107113 # See https://github.com/ocharles/tasty-rerun/issues/22 for why we need
108114 # to include 'new' in the filters, since many of our test suites are in the
109115 # same package.
110116 run : |
111117 echo "test-options: --rerun-update --rerun-filter failures,exceptions,new" >> cabal.project.local
112118
113- - if : matrix.test
114- name : Test hls-graph
115- run : cabal test hls-graph
116-
117119 - if : needs.pre_job.outputs.should_skip_ghcide != 'true' && matrix.test
118120 name : Test ghcide
119121 # run the tests without parallelism to avoid running out of memory
You can’t perform that action at this time.
0 commit comments