Skip to content

[change] Refactor max file size configuration in ConfigInit function #19

[change] Refactor max file size configuration in ConfigInit function

[change] Refactor max file size configuration in ConfigInit function #19

Workflow file for this run

name: Testing
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: Install Dependencies
run: go mod download
- name: Run Tests
run: go test -v ./test/...