Skip to content

Disable integration tests wf (WIP) #1

Disable integration tests wf (WIP)

Disable integration tests wf (WIP) #1

Workflow file for this run

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"