commit 434dabc146e4d7978e43704d43ed133fdacee5d2 parent fc621ed047351cfc52dba716f44d158d2bc5eada Author: Marcel <mtrnord1@gmail.com> Date: Sat, 13 Jun 2020 13:52:21 +0200 Set DISPLAY Took 2 minutes Diffstat:
| M | .github/workflows/test.yml | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -50,4 +50,6 @@ jobs: mxctest & - name: Run tests - run: cargo test + run: | + export DISPLAY=:99 + cargo test