Skip to content

Commit

Permalink
Update .gitignore and add test in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwenwwer committed Apr 10, 2024
1 parent 55d1431 commit 8a9fb63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@ jobs:
- name: Build
run: go build -v ./...

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21

- name: Test
run: go test -v ./...
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PPL*
go.sum
bin/*

0 comments on commit 8a9fb63

Please sign in to comment.