Skip to content

Commit 8572400

Browse files
committed
Windows CI
1 parent b527520 commit 8572400

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jobs:
9090
env:
9191
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
9292
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'
9398

9499
lint:
95100
name: Check Rust code with rustfmt and clippy

0 commit comments

Comments
 (0)