Skip to content

refactor: replace swagger client with go.lumeweb.com/ipfs-sdk #14

refactor: replace swagger client with go.lumeweb.com/ipfs-sdk

refactor: replace swagger client with go.lumeweb.com/ipfs-sdk #14

Workflow file for this run

name: Test
on:
push:
branches: [ develop, init ]
pull_request:
branches: [ develop, init ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.26'
- name: Download dependencies
run: go mod download
- name: Run tests
run: go test -v -race ./...