Skip to content

Remove rate limiting #26

Remove rate limiting

Remove rate limiting #26

Workflow file for this run

name: Test
on:
push:
branches: [main]
workflow_dispatch:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Test
run: sed -i "s|"dist"|"test/public"|g" gss.go && go test