We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b474fa8 commit 0a0c197Copy full SHA for 0a0c197
.github/workflows/macos.yml
@@ -26,5 +26,3 @@ jobs:
26
python -m pip install wheel
27
python -m pip install pygame-ce
28
python -m pip install .
29
- - name: Run Tests
30
- run: python -m unittest
.github/workflows/ubuntu.yml
@@ -28,5 +28,3 @@ jobs:
31
32
.github/workflows/windows.yml
@@ -21,5 +21,3 @@ jobs:
21
py -${{ matrix.python-version }} -m pip install wheel
22
py -${{ matrix.python-version }} -m pip install pygame-ce
23
py -${{ matrix.python-version }} -m pip install .
24
25
- run: py -${{ matrix.python-version }} -m unittest
test/__init__.py
test/test_particle_manager.py
0 commit comments