Skip to content
Snippets Groups Projects
Unverified Commit 0800125f authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9625 from grayjay/issue-9495

Add solver Hackage benchmarks to GitHub Actions (fixes #9495)
parents b99a830c c0dcbde1
No related branches found
No related tags found
No related merge requests found
Pipeline #89247 passed
......@@ -207,6 +207,18 @@ jobs:
# Have to disable *-suite validation, see above the comment for lib-suite
run: sh validate.sh $FLAGS -s cli-suite
- name: Validate solver-benchmarks-tests
run: |
if [[ ${{ matrix.ghc }} == ${{ env.GHC_FOR_SOLVER_BENCHMARKS }} ]]; then
sh validate.sh $FLAGS -s solver-benchmarks-tests
fi
- name: Validate solver-benchmarks-run
run: |
if [[ ${{ matrix.ghc }} == ${{ env.GHC_FOR_SOLVER_BENCHMARKS }} ]]; then
sh validate.sh $FLAGS -s solver-benchmarks-run
fi
validate-old-ghcs:
name: Validate old ghcs ${{ matrix.extra-ghc }}
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment