Skip to content

Commit

Permalink
Add github actions test run
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbyzation committed Feb 28, 2021
1 parent ebb9e39 commit 5936459
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ^1.16

- run: make test


0 comments on commit 5936459

Please sign in to comment.