Skip to content

add upload progress #55

add upload progress

add upload progress #55

Workflow file for this run

name: golang test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
go-test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- name: Build go binary
run: make server
- name: Run tests
run: make test