Skip to content

Commit

Permalink
Add unit tests to github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Doan <[email protected]>
  • Loading branch information
doanac committed Jan 6, 2025
1 parent c35183b commit bc6c9c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ jobs:
with:
args: "--build-tags vpn"
version: v1.57
unit-test:
name: unit-test
runs-on: ubuntu-latest
steps:
- name: setup-go
uses: actions/setup-go@v5
with:
go-version: '~1.22'
- name: clone-code
uses: actions/checkout@v4
- name: unit-tests
run: go test -v ./...

0 comments on commit bc6c9c4

Please sign in to comment.