We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208bfe6 commit 2403694Copy full SHA for 2403694
.github/workflows/CI.yml
@@ -39,5 +39,6 @@ jobs:
39
- uses: julia-actions/cache@v2
40
- uses: julia-actions/julia-buildpkg@v1
41
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
42
+ - run: julia -e 'using Pkg; Pkg.add("TestEnv")'
43
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project -e 'using Pkg; Pkg.instantiate()'
44
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project --code-coverage=user -e "using TestEnv; TestEnv.activate(); include(\"test/runtests.jl\")"
0 commit comments