Skip to content

ignore some parts of the test for now #7

ignore some parts of the test for now

ignore some parts of the test for now #7

Workflow file for this run

name: Foundry Tests
on:
workflow_dispatch:
push:
branches:
- test-fixes
# push:
# paths:
# - 'public-gateway/**'
jobs:
tests:
name: TNLS eth gateway
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install forge dependencies
working-directory: ./public-gateway
run: forge install
- name: Run tests
working-directory: ./public-gateway
run: forge test -vvv
- name: Check gas snapshots
run: forge snapshot --check