Skip to content

Commit

Permalink
Run go test with xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Oct 15, 2020
1 parent d3e4f2b commit af48ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
fi
- name: Test
run: go test -v ./...
run: xvfb-run go test -v ./...

0 comments on commit af48ac9

Please sign in to comment.