Skip to content

macos: run short and long tests #4

macos: run short and long tests

macos: run short and long tests #4

Workflow file for this run

name: macos (amd64) (long)
on:
push:
branches:
- 'master'
paths:
- 'action.yml'
- '.github/workflows/macos_amd64.yml'
jobs:
build:
strategy:
matrix:
long_test: [ '0', '1' ]
fail-fast: false
name: Build
runs-on: macos-13
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
id: go
- name: Build go from tip
uses: iwdgo/gotip-build@master
id: gotip
with:
go_variables: GO_TEST_SHORT=${{ matrix.long_test }} GO_TEST_TIMEOUT_SCALE=5
- name: Upload go executable
uses: actions/upload-artifact@v3
with:
name: gotip-${{ env.goos }}-${{ env.goarch }}
path: go