Skip to content

MF-215 - Fix CI tests for readers and writers (#271) #579

MF-215 - Fix CI tests for readers and writers (#271)

MF-215 - Fix CI tests for readers and writers (#271) #579

Workflow file for this run

name: build status
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Go tests
run: go test ./...