Skip to content

Merge pull request #536 from DefiantLabs/patch/poolmanager-swap-bugs #428

Merge pull request #536 from DefiantLabs/patch/poolmanager-swap-bugs

Merge pull request #536 from DefiantLabs/patch/poolmanager-swap-bugs #428

Workflow file for this run

name: go-test
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
env:
GO_VERSION: '^1.19'
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- name: test code
run: |
cd csv
go test -v ./...
cd ../osmosis
go test -v ./...