forked from Rust-related/RustPython
Use github action to set RUSTPYTHONPATH
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -69,9 +69,9 @@ jobs:
|
||||
run: pipenv run pytest -v
|
||||
working-directory: ./tests
|
||||
- name: run cpython tests
|
||||
run: |
|
||||
export RUSTPYTHONPATH=`pwd`/Lib
|
||||
cargo run --release -- -m test -v
|
||||
run: cargo run --release -- -m test -v
|
||||
env:
|
||||
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
|
||||
|
||||
format:
|
||||
name: Check Rust code with rustfmt and clippy
|
||||
|
||||
Reference in New Issue
Block a user