Skip to content

build(deps): bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8 #241

build(deps): bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8

build(deps): bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8 #241

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