Skip to content

refactor(oohelperd,netmx): reduce construction diff to zero #725

refactor(oohelperd,netmx): reduce construction diff to zero

refactor(oohelperd,netmx): reduce construction diff to zero #725

Workflow file for this run

# Runs the whole test suite
name: alltests
on:
pull_request:
push:
branches:
- "release/**"
- "fullbuild"
- "alltestsbuild"
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Get GOVERSION content
id: goversion
run: echo "version=$(cat GOVERSION)" >> "$GITHUB_OUTPUT"
- uses: magnetikonline/action-golang-cache@v4
with:
go-version: "${{ steps.goversion.outputs.version }}"
cache-key-suffix: "-alltests-${{ steps.goversion.outputs.version }}"
- run: go test -race -tags shaping ./...