Update go.yml

This commit is contained in:
2023-10-10 04:16:33 -04:00
committed by GitHub
parent 0001e056db
commit 6c458a5724

View File

@@ -22,7 +22,4 @@ jobs:
go-version: '1.20' go-version: '1.20'
- name: Build - name: Build
run: go build -v ./... run: go build -v ./extension/...
- name: Test
run: go test -v ./...