Skip to content

add test for magnet download piece stage #236

add test for magnet download piece stage

add test for magnet download piece stage #236

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.21.x
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
- run: make test