Skip to content

Add tests for propagate #234

Add tests for propagate

Add tests for propagate #234

Workflow file for this run

name: Benchmarks
on:
pull_request:
push:
branches:
- main
tags: '*'
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1
- name: Install dependencies
run: julia -e 'using Pkg; Pkg.activate("tutorials"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
- name: Run benchmarks
run: julia --project=tutorials --color=yes benchmark/runbenchmarks.jl