Skip to content

Merge pull request #19 from aurora-is-near/block-details #44

Merge pull request #19 from aurora-is-near/block-details

Merge pull request #19 from aurora-is-near/block-details #44

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
- uses: actions/checkout@v2
- name: make
run: make
- name: make test
run: make test