Skip to content

Separate signer and contract account_id for migration (#24) #149

Separate signer and contract account_id for migration (#24)

Separate signer and contract account_id for migration (#24) #149

Workflow file for this run

---
on:
push:
branches:
- master
- develop
pull_request:
name: Build
jobs:
release:
name: Release
runs-on: [self-hosted, heavy]
steps:
- name: Clone the repository
uses: actions/checkout@v3
- name: Cargo build
run: cargo build --release --features mainnet-archival
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0