Add benchmark running to the pipeline

This commit is contained in:
2023-06-29 16:22:58 +02:00
parent 0cd83fedd9
commit f2638ab74f
5 changed files with 36 additions and 25 deletions

View File

@ -28,3 +28,6 @@ jobs:
- name: Run tests
run: julia --project -e 'import Pkg; Pkg.test()'
- name: Run examples
run: julia --project -e 'import Pkg; include("examples/import_bench.jl")'