Skip to content

Instantly share code, notes, and snippets.

@naps62
Created June 6, 2022 09:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naps62/aefdaea153dc2116d57b81fccde661db to your computer and use it in GitHub Desktop.
Save naps62/aefdaea153dc2116d57b81fccde661db to your computer and use it in GitHub Desktop.
name: Test contracts (foundry)
on:
push:
branches:
- master
- foundry
tags:
- "*"
pull_request:
types: [opened, synchronize]
jobs:
foundry-test-suite:
runs-on: ubuntu-latest
env:
FORCE_COLOR: true
REPORT_GAS: true
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: extractions/setup-just@v1
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: just test-mainnet
env:
ETH_MAINNET_URL: ${{ secrets.ETH_MAINNET_URL }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment