Skip to content

[WIP] feat: add src/bin/blockchain_test/ #36

[WIP] feat: add src/bin/blockchain_test/

[WIP] feat: add src/bin/blockchain_test/ #36

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --all-targets --all-features
run-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo run --release