Skip to content

Fix calculation of degrees of freedom in IndependentSamplesTTest (#25) #131

Fix calculation of degrees of freedom in IndependentSamplesTTest (#25)

Fix calculation of degrees of freedom in IndependentSamplesTTest (#25) #131

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
Test:
permissions:
# Required by julia-actions/cache.
actions: write
# Required by julia-actions/cache and actions-gh-pages.
contents: write
name: Test
runs-on: ${{ matrix.config.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, version: '1.6'}
- {os: ubuntu-latest, version: '1'}
- {os: windows-latest, version: '1'}
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.config.version }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
coverage: false