update github action

This commit is contained in:
Yongwei Xing 2021-03-16 19:44:19 +08:00
parent f9a8983f78
commit f602dda48a
1 changed files with 4 additions and 1 deletions

View File

@ -21,5 +21,8 @@ jobs:
- name: Build
run: go build -v ./*.go
- name: Build arts
run: go build -v ./arts/*.go
- name: Test
run: go test -v ./*.go
run: go test -v ./common/...