Skip to content

Merge tag '0.14.0' into develop #96

Merge tag '0.14.0' into develop

Merge tag '0.14.0' into develop #96

Workflow file for this run

name: Test on Linux
on:
pull_request:
branches:
- develop
- master
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup runtime
uses: actions/setup-go@v2
with:
node-version: ${{ matrix.node }}
- name: Test
run: make test
- name: Upload report to Codecov
run: bash <(curl -s https://codecov.io/bash)