Skip to content

feat: add Tether USDT to testnet whitelist #115

feat: add Tether USDT to testnet whitelist

feat: add Tether USDT to testnet whitelist #115

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main, develop ]
jobs:
'build-go':
name: make build-go
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.21
- name: Check out
uses: actions/checkout@v3
- name: Make build-go
run: make build-go && go test ./core
'build-test-solidity':
name: make build-solidity
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Make build-solidity
run: cd contracts && forge build && forge test