Skip to content

coin2html: better view list labels, adjusting balance chart width #255

coin2html: better view list labels, adjusting balance chart width

coin2html: better view list labels, adjusting balance chart width #255

Workflow file for this run

on: [push]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
- name: Checkout code
uses: actions/checkout@v2
- name: Setup TS
run: make setup-ts
- name: Run tests
run: make test-go
- name: Test fixtures
run: |
make coin
make test-fixtures
- name: Test typescript
run: make test-ts