Speed up parser token scanning #351
Workflow file for this run
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: Code Generation | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| test-codegen: | |
| name: No code left ungenerated | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Make script executable | |
| run: chmod +x Scripts/test-generate.sh | |
| - name: Run code generation test | |
| run: Scripts/test-generate.sh |