Test that only constant expressions are hoisted to initializers. #960
Workflow file for this run
This file contains 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: validation-macos | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/validation-macos.yml' | |
- 'tests/out/msl/*.msl' | |
- 'xtask/**' | |
jobs: | |
validate-macos: | |
name: MSL | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: Swatinem/rust-cache@v2 | |
with: | |
workspaces: | | |
xtask -> target | |
- run: cargo xtask validate msl |