From e541b03a53fa6ff27946431d793d220122b48264 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Thu, 2 Oct 2025 21:16:22 +0200 Subject: [PATCH] fix --- build/ci.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/ci.go b/build/ci.go index 282616cad0..5ada194772 100644 --- a/build/ci.go +++ b/build/ci.go @@ -293,9 +293,11 @@ func doTest(cmdline []string) { ) flag.CommandLine.Parse(cmdline) + // Load checksums file (needed for both spec tests and dlgo) + csdb := download.MustLoadChecksums("build/checksums.txt") + // Get test fixtures. if !*skipspectests { - csdb := download.MustLoadChecksums("build/checksums.txt") downloadSpecTestFixtures(csdb, *cachedir) }