fix: restore invoke_tx_max_n_steps to 50M #634
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: Workflow - CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: | |
- main | |
permissions: read-all | |
jobs: | |
trunk: | |
name: Trunk | |
uses: ./.github/workflows/trunk-check.yml | |
permissions: | |
checks: write | |
contents: read | |
tests: | |
name: Rust tests | |
uses: ./.github/workflows/test.yml |