Skip to content

JSON-RPC Cache improvements (authorization in dispatcher, poll error metric fix) #1171

JSON-RPC Cache improvements (authorization in dispatcher, poll error metric fix)

JSON-RPC Cache improvements (authorization in dispatcher, poll error metric fix) #1171

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
go:
name: Go
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
id: setup
uses: ./.github/actions/setup
- name: Validate and test Go code
id: go
uses: ./.github/actions/go
with:
COVERAGE_THRESHOLD: ${{ vars.COVERAGE_THRESHOLD }}