1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

ci: enable go test.

This commit is contained in:
wdvxdr 2021-08-12 20:49:10 +08:00
parent f4fca58809
commit aa72b4b730
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

@ -31,5 +31,5 @@ jobs:
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...
# - name: Test - name: Test
# run: go test -v . run: go test -v ./...