Skip to content

snapshot: decode chunks in parallel out of a pull-wide buffer pool #122

snapshot: decode chunks in parallel out of a pull-wide buffer pool

snapshot: decode chunks in parallel out of a pull-wide buffer pool #122

Workflow file for this run

name: test
on:
push:
tags:
- "!v*"
branches:
- "*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: "go.mod"
- name: Download dependencies
run: go mod download
- name: Test with coverage
run: make test
- name: Upload coverage artifact
continue-on-error: true
uses: actions/upload-artifact@v7
with:
name: coverage
path: coverage.out
retention-days: 7
- name: Build packages
run: make build