From 39fcea90af4374f8287df0d758ba0106560c28f8 Mon Sep 17 00:00:00 2001 From: "Ali R. Vahdati" <3798865+kavir1698@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:24:07 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 59bd272..2703a49 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,4 +28,4 @@ jobs: run: go build -v ./... - name: Test - run: go test -v cmd/datasetIngestor # adding specific folders. This should eventually be replaced by ./... to run all tests in all folders. + run: go test -v ./...