Skip to content

test: remove network #907

test: remove network

test: remove network #907

Workflow file for this run

name: Pull request
on:
pull_request:
paths:
- .github/actions/**
- .github/workflows/**
- config/**
- lib/**
- src/**
- test/**
- foundry.toml
- remappings.txt
jobs:
fmt:
name: Forge format
uses: ./.github/workflows/forge-fmt.yml
secrets: inherit
test:
if: github.head_ref != 'main' && github.head_ref != 'dev' # already triggered by push
name: Forge tests
uses: ./.github/workflows/forge-test.yml
secrets: inherit