Revert "CI: Skip marshalparser tests for now"
This reverts commit 797514b3c7.
This commit is contained in:
parent
a045b8fca0
commit
8e77406a59
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@
|
|||
- selftest:
|
||||
dir: python/selftest
|
||||
run: VERSION=3.10 X="" ./parallel.sh
|
||||
- marshalparser:
|
||||
dir: python/marshalparser
|
||||
run: INSTALL_OR_SKIP=true VERSION=3.10 SAMPLE=10 test_marshalparser_compatibility.sh
|
||||
required_packages:
|
||||
- gcc # for extension building in venv and selftest
|
||||
- gdb # for test_gdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue