Skip to content

Provide an L2 norm of the errors in a version of the print_test_data … #1682

Provide an L2 norm of the errors in a version of the print_test_data …

Provide an L2 norm of the errors in a version of the print_test_data … #1682

Workflow file for this run

# Based on example from https://github.com/julia-actions/julia-runtest
name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
fail-fast: false
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.7.2'
arch: x64
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1