Revise TEST_REVIEW_REPORT: P1 gaps section reflects all-resolved status #7
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: | |
| branches: [ main, master ] | |
| pull_request: | |
| branches: [ main, master ] | |
| workflow_dispatch: | |
| jobs: | |
| verify: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 120 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Install F* (pinned release) | |
| run: ./setup.sh binary | |
| - name: Show F* version | |
| run: ./fstar/bin/fstar.exe --version | |
| - name: Verify all chapters | |
| run: make -C autoclrs -j$(nproc) |