Skip to content

feat: implement epoch nonce calculation on epochs state #445

feat: implement epoch nonce calculation on epochs state

feat: implement epoch nonce calculation on epochs state #445

name: Run tests on push to main
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Format
run: cargo fmt --all -- --check
- name: Run Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose