Disable integration tests wf (WIP) #1
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: babylonchain/babylon-contract/benchmarking | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
benchmarking: | |
runs-on: ubuntu-latest | |
container: | |
image: rust:1.78.0 | |
steps: | |
- uses: actions/[email protected] | |
- name: Run babylon contract benchmarks | |
run: |- | |
cargo bench --locked -p babylon-contract -- --color never --save-baseline btc_light_client | |
working-directory: "./contracts/babylon" |