commit 97a6c1a0726cc5495a78d89ee9387698d8572d9c parent 434dabc146e4d7978e43704d43ed133fdacee5d2 Author: Marcel <mtrnord1@gmail.com> Date: Sat, 13 Jun 2020 14:12:25 +0200 Fix DISPLAY in tests Took 1 minute Diffstat:
| M | .github/workflows/test.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -52,4 +52,5 @@ jobs: - name: Run tests run: | export DISPLAY=:99 + sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & cargo test