bring back test on custom Manifest.toml

This commit is contained in:
Johnny Chen 2020-03-02 20:14:43 +08:00
parent 224ec728ac
commit f30267e037
No known key found for this signature in database
GPG Key ID: A8E1AABB61708099
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ jobs:
allow_failures:
- julia: nightly
## uncomment the following lines to override the default test script
script:
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'