Skip to content

feat: take rate, multi-currency #1182

feat: take rate, multi-currency

feat: take rate, multi-currency #1182

Workflow file for this run

name: tests
defaults:
run:
shell: bash
on:
push:
branches:
- master
- mainnet/main
pull_request:
env:
MAINNET: ${{ github.ref == 'refs/heads/mainnet/main'}}
jobs:
macos-bins:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- run: |
while IFS='' read -r LINE || [ -n "${LINE}" ]; do
echo "$LINE" >> $GITHUB_ENV;
done < .env
- run: |
brew install bash
sudo chsh -s /usr/local/bin/bash
- uses: actions/setup-go@v3
with:
go-version: "${{ env.GOLANG_VERSION }}"
- run: make bins