Skip to content

➕ Add Base Sepolia Deployment #114

➕ Add Base Sepolia Deployment

➕ Add Base Sepolia Deployment #114

Workflow file for this run

name: Tests
on:
push:
branches:
- master
tags:
- 'v*.*.*'
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Tests
run: FOUNDRY_PROFILE=ci forge test