diff options
| author | 2025-11-19 08:00:00 +0800 | |
|---|---|---|
| committer | 2025-11-19 08:00:00 +0800 | |
| commit | 5e1a412762975620bae0bc26c02436b5e1137e01 (patch) | |
| tree | f50c1e9c358a3e6e9cc521a24218ba60bff3fbe7 | |
| parent | Add the right go:build's (diff) | |
| signature | No signature | |
Add purego to tests
| -rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ./... |
