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 04c259f commit fffd44dCopy full SHA for fffd44d
.github/workflows/CI.yml
@@ -38,4 +38,6 @@ jobs:
38
arch: ${{ matrix.arch }}
39
- uses: julia-actions/cache@v2
40
- uses: julia-actions/julia-buildpkg@v1
41
- - uses: julia-actions/julia-runtest@v1
+ - 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: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project -e 'using Pkg; Pkg.instantiate()'
43
+ - 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