From 7d8db85942194fc7576d58beb7a4dc65e415a56b Mon Sep 17 00:00:00 2001 From: Im-Beast Date: Thu, 19 Dec 2024 13:15:11 +0100 Subject: tests: use cached releases endpoint to prevent ratelimits --- tests/download_deps.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/download_deps.ts') diff --git a/tests/download_deps.ts b/tests/download_deps.ts index 097a551..808640e 100644 --- a/tests/download_deps.ts +++ b/tests/download_deps.ts @@ -224,6 +224,12 @@ if (import.meta.main) { ]; for (const target of supportedTargets) { - await downloadFiles("./download_mirror", target, moneroCliInfo, wowneroCliInfo, ...Object.values(dylibInfos).flat()); + await downloadFiles( + "./download_mirror", + target, + moneroCliInfo, + wowneroCliInfo, + ...Object.values(dylibInfos).flat(), + ); } } -- cgit v1.2.3