File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -103,17 +103,19 @@ jobs:
103
103
- name : Build
104
104
run : cabal build
105
105
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
107
113
# See https://github.com/ocharles/tasty-rerun/issues/22 for why we need
108
114
# to include 'new' in the filters, since many of our test suites are in the
109
115
# same package.
110
116
run : |
111
117
echo "test-options: --rerun-update --rerun-filter failures,exceptions,new" >> cabal.project.local
112
118
113
- - if : matrix.test
114
- name : Test hls-graph
115
- run : cabal test hls-graph
116
-
117
119
- if : needs.pre_job.outputs.should_skip_ghcide != 'true' && matrix.test
118
120
name : Test ghcide
119
121
# run the tests without parallelism to avoid running out of memory
You can’t perform that action at this time.
0 commit comments