Add full consensus container E2E tests (Tiers 13-14) with interpreter… #45
This file contains hidden or 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: CI | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: Checkout leanSpec submodule | |
| run: git submodule update --init references/leanSpec | |
| - uses: leanprover/lean-action@v1 | |
| with: | |
| test: true |