Skip to content

add test for artifact bulk fetch #4499

add test for artifact bulk fetch

add test for artifact bulk fetch #4499

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
pull_request:
paths-ignore:
- "LICENSE*"
- "DOCKERFILE*"
- "**.gitignore"
- "**.md"
- "**.txt"
- ".github/ISSUE_TEMPLATE/**"
- ".github/dependabot.yml"
- "docs/**"
permissions:
contents: read
jobs:
prepare:
uses: ./.github/workflows/prepare.yml
build:
needs: prepare
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
- name: Build
run: make build/compile
- name: Unit tests
run: make test-cover