Skip to content

Commit

Permalink
added unit test in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Oct 13, 2022
1 parent b956baa commit b9afd31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Unit Test
run: go test ./...
- name: Build
run: cd example/linux && make
- name: vet
Expand Down

0 comments on commit b9afd31

Please sign in to comment.