Skip to content

Add regression tests for docstring issues #2366

Add regression tests for docstring issues

Add regression tests for docstring issues #2366

Workflow file for this run

name: CI
on:
push:
tags:
- '*'
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
version:
- '1'
os:
- ubuntu-latest
- windows-latest
- macos-15-intel
arch:
- x64
include:
# Apple Silicon
- os: macos-latest
version: '1'
arch: aarch64
# x86
- os: windows-latest
version: '1'
arch: x86
# Older and pre-release versions
- os: ubuntu-latest
version: '1.10'
arch: x64
- os: ubuntu-latest
version: '1.11'
arch: x64
- os: ubuntu-latest
version: 'pre'
arch: x64
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
with:
persist-credentials: false
- uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # 3.0.2
with:
show-versioninfo: true
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # 3.1.0
- uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # 1.7.0
- uses: julia-actions/julia-runtest@6e050c8013b833b1195105ff2fce9cd802f53271 # 1.12.0