Skip to content

Instantly share code, notes, and snippets.

@clifton
Created January 22, 2022 21:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifton/b5ee5286bb229281fb31d7c4b15e6f31 to your computer and use it in GitHub Desktop.
Save clifton/b5ee5286bb229281fb31d7c4b15e6f31 to your computer and use it in GitHub Desktop.
name: CI
on:
push:
branches:
- master
pull_request:
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run tests
run: forge test
@dc199411
Copy link

dapp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment