Skip to content

Commit

Permalink
Update ci-unix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w authored Jan 14, 2024
1 parent b224188 commit 8ecda7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
cd builds
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTING=On -DENABLE_SHOWMYSKY=Off -DENABLE_QTWEBENGINE=Off "${{ github.workspace }}"
make -j3
ctest --output-on-failure
Xvfb :1 -screen 0 1024x768x24 &
sleep 3
DISPLAY=:1 ctest --output-on-failure

0 comments on commit 8ecda7a

Please sign in to comment.