Skip to content

fix(doc): Fix link to the blog post #14

fix(doc): Fix link to the blog post

fix(doc): Fix link to the blog post #14

Workflow file for this run

name: tparallel
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: build
run: go build ./cmd/tparallel/main.go
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: test
run: go test -v ./...