Skip to content

Commit

Permalink
add hls-brittany-plugin test suite to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Feb 21, 2021
1 parent 30645d3 commit 13c8f20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,13 @@ jobs:
# all functional test cases simultaneously which causes way too many hls
# instances to be spun up for the poor github actions runner to handle
run: cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1" || cabal test wrapper-test --test-options="-j1"

- name: Test brittany plugin
if: ${{ matrix.test }}
env:
HLS_TEST_EXE: hls
HLS_WRAPPER_TEST_EXE: hls-wrapper
# run the tests without parallelism, otherwise tasty will attempt to run
# all functional test cases simultaneously which causes way too many hls
# instances to be spun up for the poor github actions runner to handle
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 comments on commit 13c8f20

Please sign in to comment.