Skip to content

Commit e541b03

Browse files
committed
fix
1 parent d4ee896 commit e541b03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/ci.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,11 @@ func doTest(cmdline []string) {
293293
)
294294
flag.CommandLine.Parse(cmdline)
295295

296+
// Load checksums file (needed for both spec tests and dlgo)
297+
csdb := download.MustLoadChecksums("build/checksums.txt")
298+
296299
// Get test fixtures.
297300
if !*skipspectests {
298-
csdb := download.MustLoadChecksums("build/checksums.txt")
299301
downloadSpecTestFixtures(csdb, *cachedir)
300302
}
301303

0 commit comments

Comments
 (0)