rhp/v3: disable renew RPC after allow height, disable rhp3 after requ… #1093
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint & Test | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- its-happening | |
env: | |
CGO_ENABLED: 1 | |
jobs: | |
test: | |
uses: SiaFoundation/workflows/.github/workflows/go-test.yml@master |