Update go.yml

This commit is contained in:
thom2305 2025-04-25 17:49:50 -04:00 committed by GitHub
parent a2861d7f38
commit 4bcd1e51fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,3 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...