Skip to content

Commit

Permalink
ci: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jan 4, 2025
1 parent 5890377 commit 179ae4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
- name: Run tromino2d 8192 0 0
run: ./tromino2d 8192 0 0 2> /dev/null || true

- name: Run tromino2d 64 0 0 -f
run: timeout 1s ./tromino2d 64 0 0 -f 2> /dev/null || true

- name: Start Xvfb
run: Xvfb :99 -screen 0 1024x768x24 &

Expand Down

0 comments on commit 179ae4e

Please sign in to comment.