good morning!!!!

Skip to content
Snippets Groups Projects
Commit 580a4cbc authored by ptsayli@gmail.com's avatar ptsayli@gmail.com
Browse files

add ci

parent 2b62c525
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