Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

docs'r'us

docs'r'us #18

Workflow file for this run

name: tests
on:
push:
branches:
- main
jobs:
tests:
name: Tests with Foundry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install Huff
uses: huff-language/huff-toolchain@v2
with:
version: nightly
- name: Run Tests
run: forge test -vvv