Update go.yml

This commit is contained in:
lyx0 2021-10-28 23:40:49 +02:00 committed by GitHub
parent 525b463c32
commit f32302ba94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,4 +22,4 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
run: go test ./...