Skip to content

Add some basic test coverage to tsplot. #71

Add some basic test coverage to tsplot.

Add some basic test coverage to tsplot. #71

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tsplot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.20'
- run: make test
- run: make build