1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00
Files
go-chasquid-smtp/test/util
Alberto Bertogli 3c3c32e2fb test: Don't run "go build" each time a helper is invoked
Our tests invoke a variety of helpers, some of them are written in Go.
Today, we call "go build" (directly or indirectly via "go run"), which is
a bit wasteful and slows down the tests.

This patch makes the tests only build our Go helpers once every 10s at
most.

The solution is a bit hacky but in the context of these tests, it's
practical.
2024-03-12 20:43:21 +00:00
..
2022-11-13 11:09:19 +00:00
2022-11-12 20:06:35 +00:00
2022-11-13 11:09:19 +00:00
2023-12-23 14:10:16 +00:00
2016-10-10 00:51:04 +01:00