Skip to content

feat: use a custom HTTP client for the RPC provider #31

feat: use a custom HTTP client for the RPC provider

feat: use a custom HTTP client for the RPC provider #31

Workflow file for this run

name: Go test
on:
push:
tags:
- "v*"
jobs:
test:
name: Test
runs-on: ubuntu-latest
environment: test
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: actions/checkout@v2
- name: go test
run: go test -v -covermode atomic -coverprofile=covprofile .