Skip to content

Memoize response headers and support passing them in requests and ass… #56

Memoize response headers and support passing them in requests and ass…

Memoize response headers and support passing them in requests and ass… #56

Workflow file for this run

name: Build & Test API Runner
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go Env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Go test
run: go test
- name: Build apirunner binary
run: make -C cmd/apirunner build
- name: GoReleaser Check
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: check