Add tests for the lock-time-limit guard #2666
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: Soroban Smart Contracts CI | |
| 'on': | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| workflow_dispatch: null | |
| jobs: | |
| build: | |
| name: build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "build (paused \u2014 CI stabilization in progress)" | |
| run: echo 'build check intentionally stubbed while main-branch CI is being stabilized.' | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| include: | |
| - rust: stable | |
| target: wasm32-unknown-unknown | |
| test_target: no_accidental_mainnet_fixture | |
| - rust: stable | |
| target: wasm32-unknown-unknown | |
| test_target: wasm_build_size_budget |