Skip to content

Deploy Protocolink contracts to IOTA Chain #345

Deploy Protocolink contracts to IOTA Chain

Deploy Protocolink contracts to IOTA Chain #345

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: Run forge test
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Forge build
run: |
forge --version
forge build --sizes
- name: Run tests
run: |
forge test -vvv