Use github action to set RUSTPYTHONPATH

This commit is contained in:
Aviv Palivoda
2020-02-06 21:28:52 +02:00
parent 9e00501749
commit e41140cdc7

View File

@@ -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