Skip to content

Commit 249b380

Browse files
committed
Run import pygame test on SDL3 CI
1 parent c8563ca commit 249b380

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-sdl3.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
-Csetup-args=-Dmixer=disabled
9292
-Csetup-args=-Dfont=disabled
9393
94+
# eventually we need to run all tests, but for now test that importing pygame
95+
# works
96+
- name: Test import works
97+
run: python3 -c 'import pygame'
98+
9499
# - name: Run tests
95100
# env:
96101
# SDL_VIDEODRIVER: "dummy"

0 commit comments

Comments
 (0)