Skip to content

Method to get the marketAuthority(PDA) from the Market Initialization… #547

Method to get the marketAuthority(PDA) from the Market Initialization…

Method to get the marketAuthority(PDA) from the Market Initialization… #547

Workflow file for this run

on: [push, pull_request]
name: tests
jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./... -count=100