Skip to content

Commit

Permalink
[Move IR] Check for tokens after module/script
Browse files Browse the repository at this point in the history
- Check for tokens after module or script in IR. Caused silent test failures

Closes: #9078
  • Loading branch information
Todd Nowacki authored and rutkaracn committed Jan 4, 2023
1 parent 3ac31a1 commit b48b5c9
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:

unit-test:
runs-on: ubuntu-20.04-xl
timeout-minutes: 60
timeout-minutes: 120
needs: prepare
if: ${{ needs.prepare.outputs.test-rust == 'true' }}
container:
Expand Down Expand Up @@ -530,7 +530,7 @@ jobs:

forge-test:
runs-on: ubuntu-latest-xl
timeout-minutes: 40
timeout-minutes: 120
needs: prepare
if: ${{ needs.prepare.outputs.test-rust == 'true' && needs.prepare.outputs.test-compatibility == 'true' }}
container:
Expand Down

0 comments on commit b48b5c9

Please sign in to comment.