Skip to content

Commit

Permalink
Setup Github build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Firsov committed Sep 11, 2019
1 parent 4a2666c commit 7d5faf6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Go
on: [push]
jobs:

build:
name: Test
runs-on: ubuntu-latest
steps:

- name: Install dependencies
run: ./scripts/install_deps.sh

- name: Run tests
run: make test

0 comments on commit 7d5faf6

Please sign in to comment.