feat: add github workflow

This commit is contained in:
Roshan Ranabhat 2022-08-10 08:52:49 +05:45
parent a6f1f14a47
commit 9023c5cca2
1 changed files with 19 additions and 0 deletions

19
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Stringy
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Test
run: go test -v ./...