aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-19 08:00:00 +0800
committerGravatar Runxi Yu2025-11-19 08:00:00 +0800
commit5e1a412762975620bae0bc26c02436b5e1137e01 (patch)
treef50c1e9c358a3e6e9cc521a24218ba60bff3fbe7
parentAdd the right go:build's (diff)
signatureNo signature
Add purego to tests
-rw-r--r--.build.yml3
1 files changed, 3 insertions, 0 deletions
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 ./...