Skip to content

add pegout cli tool & docs (#379) #61

add pegout cli tool & docs (#379)

add pegout cli tool & docs (#379) #61

name: Time-consuming test
on:
push:
branches: ["main", "dev"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Cargo Test
runs-on: [self-hosted, bitvm2-node]
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@nightly
- name: Run all unit tests
run: |
source ~/.zkm-toolchain/env
cd crates/bitvm2-ga
cargo test -r --features ci-tests -- --nocapture