Fix tests and operation cache

This commit is contained in:
2023-08-17 14:15:02 +02:00
parent 8a081ba93c
commit ae07b4cf80
8 changed files with 197 additions and 16 deletions

View File

@ -30,4 +30,4 @@ jobs:
run: julia --project -e 'import Pkg; Pkg.test()'
- name: Run examples
run: julia --project -e 'import Pkg; include("examples/import_bench.jl")'
run: julia --project=examples -e 'import Pkg; Pkg.develop("."); Pkg.instantiate(); include("examples/import_bench.jl")'