From 194de643d83f5b89308051bc69eea87fa152d59b Mon Sep 17 00:00:00 2001 From: Wojciech Malota-Wojcik Date: Fri, 13 Dec 2024 20:01:58 +0100 Subject: [PATCH] fix --- space/space_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/space_test.go b/space/space_test.go index 188261f..9cec407 100644 --- a/space/space_test.go +++ b/space/space_test.go @@ -1,5 +1,5 @@ // Github actions run on machines not supporting AVX-512 instructions. -////go:build nogithub +//go:build nogithub package space