Skip to content

Drop implementation details from instructions.append.md (#3063) #1316

Drop implementation details from instructions.append.md (#3063)

Drop implementation details from instructions.append.md (#3063) #1316

Workflow file for this run

name: Stub tests
on:
workflow_dispatch:
push:
branches:
- main
- master
pull_request:
jobs:
test:
name: Go ${{ matrix.go-version }} - ${{ matrix.os }}/${{ matrix.test-arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
go-version: [1.26.x]
os: [ubuntu-24.04, windows-2025, macOS-latest]
test-arch: [amd64]
race: ["-race"]
include:
- go-version: 1.26.x
test-arch: "386"
os: ubuntu-24.04
race: ""
- go-version: 1.26.x
test-arch: "386"
os: windows-2025
race: ""
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
with:
go-version: ${{ matrix.go-version }}
- name: Test stubs
shell: bash
env:
GOARCH: ${{ matrix.test-arch }}
run: ./bin/run-tests test-stubs