Skip to content

evm: add WormholeCctpTokenMessenger abstract and optimize CircleIntegration #9

evm: add WormholeCctpTokenMessenger abstract and optimize CircleIntegration

evm: add WormholeCctpTokenMessenger abstract and optimize CircleIntegration #9

Workflow file for this run

name: "CI"
env:
FOUNDRY_PROFILE: "ci"
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
jobs:
evm-test:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
with:
submodules: "recursive"
- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
- name: "Run the tests"
run: "cd evm && make test"
- name: "Add test summary"
run: |
echo "## Tests result" >> $GITHUB_STEP_SUMMARY
echo "✅ Passed" >> $GITHUB_STEP_SUMMARY