Skip to content

Make error 190 hint towards Too Many Requests reached (#21) #72

Make error 190 hint towards Too Many Requests reached (#21)

Make error 190 hint towards Too Many Requests reached (#21) #72

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: checkout
uses: actions/checkout@v4
- name: test
run: go test -v