You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,3 +119,13 @@ jobs:
119
119
# all functional test cases simultaneously which causes way too many hls
120
120
# instances to be spun up for the poor github actions runner to handle
121
121
run: cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1"
122
+
123
+
- name: Test brittany plugin
124
+
if: ${{ matrix.test }}
125
+
env:
126
+
HLS_TEST_EXE: hls
127
+
HLS_WRAPPER_TEST_EXE: hls-wrapper
128
+
# run the tests without parallelism, otherwise tasty will attempt to run
129
+
# all functional test cases simultaneously which causes way too many hls
130
+
# instances to be spun up for the poor github actions runner to handle
131
+
run: cabal test hls-brittany-plugin --test-options="-j1" || cabal test hls-brittany-plugin --test-options="-j1" || cabal test hls-brittany-plugin --test-options="-j1"
0 commit comments