Skip to content

Commit

Permalink
Merge pull request #9625 from grayjay/issue-9495
Browse files Browse the repository at this point in the history
Add solver Hackage benchmarks to GitHub Actions (fixes #9495)
  • Loading branch information
mergify[bot] committed Jan 26, 2024
2 parents b99a830 + c0dcbde commit 0800125
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0800125

Please sign in to comment.