Add benchmark running to the pipeline
This commit is contained in:
@ -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")'
|
||||
|
Reference in New Issue
Block a user