From 5b8b1f0b4df3c38dff076d0688d549ca41aa0e31 Mon Sep 17 00:00:00 2001 From: ivvist Date: Fri, 22 Mar 2024 12:11:58 +0100 Subject: [PATCH] short tests -> no race --- dist/index.js | 1 + index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 97b8040..f7ed2be 100644 --- a/dist/index.js +++ b/dist/index.js @@ -17435,6 +17435,7 @@ async function run() { if (shorttest){ tststr=tststr + ' -short' + tststr ='go test ./... -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...' } await execute(tststr) core.endGroup() diff --git a/index.js b/index.js index 3f28bbc..386c640 100644 --- a/index.js +++ b/index.js @@ -122,6 +122,7 @@ async function run() { if (shorttest){ tststr=tststr + ' -short' + tststr ='go test ./... -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...' } await execute(tststr) core.endGroup()