Merge branch 'executable_segfault' of github.com:leanprover-community… #711
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
merge_group: | |
jobs: | |
build: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ubuntu-latest] | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: leanprover/lean-action@v1 | |
with: | |
check-reservoir-eligibility: true | |
build-args: "--wfail" | |
- # This should be handled by `testDriver` in `lakefile.toml`, | |
# but this is waiting on https://github.com/leanprover/lean4/issues/6314 | |
run: lake exe aesop_test_executable |