good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 1fd375ea authored by Jaynti Kanani's avatar Jaynti Kanani Committed by GitHub
Browse files

Merge pull request #85 from maticnetwork/update-go-1.14.7

add CI
parents 4d42b159 5e558475
No related branches found
No related tags found
No related merge requests found
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.14.7
- name: "Build binaries"
run: make all
- name: "Run tests"
run: make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment