Update workflow

This commit is contained in:
Yupeng Chen 2023-03-27 11:20:47 +08:00
parent 8268b94e98
commit e64a35b9e2
Signed by: cyp0633
GPG Key ID: A9F96679CAF4A2B9
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test
run: go test ./...