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 3a0b3ea commit f81787bCopy full SHA for f81787b
.github/workflows/clipboard.yml
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
41
export DISPLAY=:99.0
42
+ sleep 5s
43
go test -v -covermode=atomic ./...
44
if: ${{ runner.os == 'Linux' }}
45
0 commit comments