btcd/.github/workflows
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
..
dimagespub.yml workflows: update versions of the actions 2025-03-05 04:03:15 +08:00
Dockerfile multi: bump Go toolchain to 1.25, build CI with 1.26.3 2026-05-14 17:32:02 -07:00
main.yml ci: run rpctest integration tests 2026-05-30 16:47:18 +09:00