Skip to content

Commit 30c08c8

Browse files
committed
add hls-brittany-plugin test suite to CI
1 parent cc33112 commit 30c08c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,13 @@ jobs:
119119
# all functional test cases simultaneously which causes way too many hls
120120
# instances to be spun up for the poor github actions runner to handle
121121
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

Comments
 (0)