Skip to content

Commit

Permalink
short tests -> no race
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Mar 22, 2024
1 parent ef16a98 commit 5b8b1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5b8b1f0

Please sign in to comment.