Run tests of GraphRecipes and StatsPlots (#3519)
* run tests of StatsPlots and GraphRecipes * one environment each * correct paths
This commit is contained in:
parent
fb390d1872
commit
25b57cfb55
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -71,7 +71,10 @@ jobs:
|
|||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
- name: Run Graphical test
|
- name: Run Graphical test
|
||||||
run: $TESTCMD --project -e 'using Pkg; Pkg.test(coverage=true);'
|
run: |
|
||||||
|
$TESTCMD --project -e 'using Pkg; Pkg.test(coverage=true);'
|
||||||
|
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("StatsPlots"); Pkg.test("StatsPlots");'
|
||||||
|
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes");'
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: julia-actions/julia-uploadcodecov@latest
|
uses: julia-actions/julia-uploadcodecov@latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user