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 9c02d0b commit e4cf325Copy full SHA for e4cf325
.github/workflows/test.yaml
@@ -91,9 +91,8 @@ jobs:
91
92
# Workaround for https://github.com/nim-lang/nimble/issues/1384
93
# Related: https://github.com/fox0430/moe/pull/2300
94
- echo "NOT_SKIP_TESTS=y" >> "$GITHUB_ENV"
95
- echo "$NOT_SKIP_TESTS"
96
nimble setup
97
- nim c -r tests/tclipboard.nim
98
- nim c -r tests/tquickrun.nim
99
- nim c -r tests/tregisters.nim
+ export "NOT_SKIP_TESTS=y"
+ xvfb-run env XDG_SESSION_TYPE=x11 nim c -r tests/tclipboard.nim
+ xvfb-run env XDG_SESSION_TYPE=x11 nim c -r tests/tquickrun.nim
+ xvfb-run env XDG_SESSION_TYPE=x11 nim c -r tests/tregisters.nim
0 commit comments