test against manifest
This commit is contained in:
parent
9e553adbf7
commit
66ca92cd03
|
@ -23,3 +23,7 @@ jobs:
|
||||||
Pkg.instantiate()'
|
Pkg.instantiate()'
|
||||||
- julia --project=docs/ docs/make.jl
|
- julia --project=docs/ docs/make.jl
|
||||||
after_success: skip
|
after_success: skip
|
||||||
|
|
||||||
|
## uncomment the following lines to override the default test script
|
||||||
|
script:
|
||||||
|
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
|
||||||
|
|
Loading…
Reference in New Issue