Skip to content

Add docs for link, invlink, and logpdf_with_trans (#351) #733

Add docs for link, invlink, and logpdf_with_trans (#351)

Add docs for link, invlink, and logpdf_with_trans (#351) #733

Workflow file for this run

name: Interface tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
os:
- ubuntu-latest
- macOS-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
GROUP: Interface