Skip to content

test: add tests for TokenEscrow contract #3

test: add tests for TokenEscrow contract

test: add tests for TokenEscrow contract #3

Workflow file for this run

on:
push:
branches:
- "master"
pull_request:
name: "Test"
jobs:
test:
name: "Test"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
with:
submodules: "recursive"
- name: "Install foundry nightly"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: "nightly"
- name: "Run foundry tests"
run: |
forge test