Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Mar 23, 2024
1 parent 43dd32c commit 35312f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
name: Test hls-graph
run: cabal test hls-graph

- if: matrix.test
name: Test hls-core-plugin test suite
run: cabal test hls-core-plugin

- if: needs.pre_job.outputs.should_skip_ghcide != 'true' && matrix.test
name: Test ghcide
# run the tests without parallelism to avoid running out of memory
Expand Down Expand Up @@ -254,6 +258,7 @@ jobs:
name: Test hls-notes-plugin test suite
run: cabal test hls-notes-plugin-tests || cabal test hls-notes-plugin-tests


test_post_job:
if: always()
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35312f6

Please sign in to comment.