[mlir] Add --force-mlir flag in soltest and a semantic test runner #136
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: Build and release | ||
| on: | ||
| workflow_dispatch: | ||
| pull_request: | ||
| push: | ||
| tags: | ||
| - "**" | ||
| jobs: | ||
| build-release: | ||
|
Check failure on line 12 in .github/workflows/build-release.yaml
|
||
| uses: matter-labs/era-compiler-ci/.github/workflows/solc-build-release.yml@solc-latest | ||
| secrets: inherit | ||
| with: | ||
| enable-mlir: true | ||