Skip to content

Commit e83087f

Browse files
committed
Run test with pytest
1 parent 43a4462 commit e83087f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
export XDG_RUNTIME_DIR="$RUNNER_TEMP"
2929
pulseaudio -D --start
30-
xvfb-run --auto-servernum python setup.py test
30+
xvfb-run --auto-servernum pytest
3131
- name: Cleanup xvfb pidx
3232
uses: bcomnes/cleanup-xvfb@v1
3333
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)