Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
added test in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Apr 2, 2021
1 parent 30c3b7d commit fe9bfe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
with:
go-version: '^1.16.2'
- name: vet
run: go vet ./...
run: go vet ./...
- name: test
run: go test ./...

0 comments on commit fe9bfe3

Please sign in to comment.