Update go.yml

This commit is contained in:
Chanh Le 2023-10-25 22:26:07 -04:00 committed by GitHub
parent 1ed247ec97
commit 77f81fd8d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,5 +24,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 ./...