Skip to content

Set default limit at 3G #4

Set default limit at 3G

Set default limit at 3G #4

Workflow file for this run

name: Go Test
on: [push]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
id: go
- name: Test
run: go test -v ./...