Skip to content

staking: verify staking/slashing tx relationship in staking requests … #151

staking: verify staking/slashing tx relationship in staking requests …

staking: verify staking/slashing tx relationship in staking requests … #151

Workflow file for this run

name: babylonchain/babylon-contract/local-tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
local-build-test:
runs-on: ubuntu-latest
container:
image: rust:1.78.0
steps:
- uses: actions/[email protected]
- name: Build contracts, check formats, and run unit tests (with full validation)
run: cargo test --lib --features full-validation