btcd/.github
Calvin Kim 61c215ec1a ci: run rpctest integration tests
`make build`, `make unit-cover`, and `make unit-race` all use plain
`go test` without the rpctest build tag, so anything under
//go:build rpctest -- the entire integration/ package outside of
rpctest/, and parts of rpctest/ itself -- is not exercised by CI.
Bugs that only surface under -tags=rpctest can land on master without
detection.

Add a test-rpctest job that runs `make unit` (which sets
-tags=rpctest) so rpctest-tagged tests are part of every push and PR.
2026-05-30 16:47:18 +09:00
..
ISSUE_TEMPLATE github: add issue template 2025-03-05 07:04:22 +08:00
workflows ci: run rpctest integration tests 2026-05-30 16:47:18 +09:00
pull_request_template.md docs: update contribution link 2025-03-25 22:33:12 +08:00