Skip to content

update rest snapshot models, add FMV data types and new feed urls for websockets #903

update rest snapshot models, add FMV data types and new feed urls for websockets

update rest snapshot models, add FMV data types and new feed urls for websockets #903

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
name: go-test
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: go-test
run: go test -race -v ./...