Skip to content

Remove unnecessary fulfillment parameters (#357) #95

Remove unnecessary fulfillment parameters (#357)

Remove unnecessary fulfillment parameters (#357) #95

Workflow file for this run

name: "CI Fork"
on:
push:
branches:
- main
schedule:
- cron: "0 13 * * 1"
env:
FOUNDRY_PROFILE: ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: forge test --match-path "test/fork/Fork.t.sol"
env:
FOUNDRY_PROFILE: ci
FORK_TESTS: true