We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b527520 commit 8572400Copy full SHA for 8572400
.github/workflows/ci.yaml
@@ -90,6 +90,11 @@ jobs:
90
env:
91
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
92
if: runner.os == 'macOS'
93
+ - name: run cpython tests (windows partial - fixme)
94
+ run: target/release/rustpython -m test -x test_argparse -x test_json -x test_bytes -x test_long -x test_pwd -x test_bool -x test_cgi -x test_complex -x test_exception_hierarchy -x test_glob -x test_importlib -x test_iter -x test_list -x test_os -x test_pathlib -x test_py_compile -x test_set -x test_shutil -x test_sys -x test_unicode -x test_unittest -x test_venv -x test_zipimport -v
95
+ env:
96
+ RUSTPYTHONPATH: ${{ github.workspace }}/Lib
97
+ if: runner.os == 'Windows'
98
99
lint:
100
name: Check Rust code with rustfmt and clippy
0 commit comments