Skip to content

Commit f5d9424

Browse files
author
equalsraf
committed
fixup
1 parent bd95f85 commit f5d9424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: test
3131
command: |
3232
cd build
33-
xvfb-run -a -e /dev/stdout ctest -VV
33+
ctest -VV
3434
- run:
3535
name: Generate coverage report with lcov
3636
command: lcov --directory . --capture --output-file coverage.info

0 commit comments

Comments
 (0)