Skip to content

Merge pull request #76 from Uniswap/erc20_eth #113

Merge pull request #76 from Uniswap/erc20_eth

Merge pull request #76 from Uniswap/erc20_eth #113

Workflow file for this run

name: test suite
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features