Skip to content

Update Suave.sol library to https://github.com/flashbots/suave-geth/c… #272

Update Suave.sol library to https://github.com/flashbots/suave-geth/c…

Update Suave.sol library to https://github.com/flashbots/suave-geth/c… #272

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install suave-geth
uses: flashbots/[email protected]
- name: Run suave
run: |
suave-geth version
suave-geth --suave.dev --suave.eth.external-whitelist='*' &
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install deps
run: forge install
- name: Run tests
env:
CHATGPT_API_KEY: ${{ secrets.CHATGPT_API_KEY }}
run: forge test --ffi