diff options
| author | 2025-11-15 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-15 00:00:00 +0000 | |
| commit | 571413ab5315d180ff3b3ea4cb6af9d6812d21d7 (patch) | |
| tree | efaaac593c42816487a40e0a341963def3bca71f | |
| parent | Use SHA-256 by default (diff) | |
| signature | ||
Update CI
| -rw-r--r-- | .build.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ packages: tasks: - build: | cd furgit + go build + - test-sha256: | + cd furgit go test -v + - test-sha1: | + cd furgit go test -v -tags sha1 + - lint: | + cd furgit golangci-lint run . |
