Skip to content

Commit

Permalink
add cache go mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Nov 17, 2024
1 parent a380a0b commit 6774466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ async function run() {
}
if (!stoptest){
await execute(tststr)
}
} else {
await execute('go mod tidy')
}
}
if (testfolder.length != 0) {
await execute('cd .')
Expand Down

0 comments on commit 6774466

Please sign in to comment.