From 5e1a412762975620bae0bc26c02436b5e1137e01 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Nov 2025 08:00:00 +0800 Subject: Add purego to tests --- .build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.build.yml b/.build.yml index f756d3a5..cbac6add 100644 --- a/.build.yml +++ b/.build.yml @@ -18,6 +18,9 @@ tasks: - test-race-sha1: | cd furgit go test -race -v -tags sha1 ./... + - test-purego-sha256: | + cd furgit + go test -v -tags purego ./... - lint: | cd furgit golangci-lint run ./... -- cgit v1.3.1-10-gc9f91