Skip to content

Commit

Permalink
Merge pull request #5 from fanhousanbu/issue-90-unittest
Browse files Browse the repository at this point in the history
wip-github-action
  • Loading branch information
fanhousanbu authored Mar 1, 2022
2 parents 03f7f62 + 72de333 commit b3d8c23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Compile&Publish

on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Test
run: go test -v ./...

0 comments on commit b3d8c23

Please sign in to comment.