Skip to content

Commit

Permalink
Add solver Hackage benchmarks to GitHub Actions (fixes haskell#9495)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayjay authored and Mikolaj committed Jan 26, 2024
1 parent b99a830 commit c0dcbde
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 c0dcbde

Please sign in to comment.