Skip to content

Refactor node from 4 to 1 binary and add feature flags #60

Refactor node from 4 to 1 binary and add feature flags

Refactor node from 4 to 1 binary and add feature flags #60

Workflow file for this run

# Runs testing related jobs.
name: test
on:
push:
branches: [main, next]
pull_request:
types: [opened, reopened, synchronize]
jobs:
unit-and-integration:
name: test stable on ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo make
run: cargo install cargo-make
- name: cargo make - test
run: cargo make test