Skip to content

Commit

Permalink
feat: add workflwo for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
irainia committed Nov 2, 2021
1 parent 6007434 commit 7e735e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
- name: Test
run: make test

0 comments on commit 7e735e5

Please sign in to comment.