From e0a235eca59bda3c05d87add2aa6e41917e9a71e Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Sun, 26 Nov 2023 22:13:59 -0800 Subject: [PATCH] Cleanup comments and recurse on Golang build search. --- .github/workflows/pull_request.yml | 2 +- .vscode/launch.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0f2186b..3ba0782 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,5 +23,5 @@ jobs: version: v1.54 - name: Build and test run: | - go build -v + go build -v ./... go test -v ./... diff --git a/.vscode/launch.json b/.vscode/launch.json index fe7c740..cfa9580 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,4 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 +{ "version": "0.2.0", "configurations": [ {