Skip to content

Lookahead fault proof - waiting for slot, handling different lists si… #159

Lookahead fault proof - waiting for slot, handling different lists si…

Lookahead fault proof - waiting for slot, handling different lists si… #159

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
defaults:
run:
working-directory: Node
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Update dependencies
run: cargo update
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose