Skip to content

doc: mining instructions #11

doc: mining instructions

doc: mining instructions #11

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: v1.7.1
- name: make test
run: make test