diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 730d33584..e3fc76ec3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -76,3 +76,25 @@ jobs: - name: clippy run: cargo clippy --all + + python_tests: + name: Python Tests 3 + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + + - uses: actions-rs/toolchain@v1 + with: + profile: minimal + toolchain: nightly + override: true + + - uses: actions/setup-python@v1 + with: + python-version: '3.x' + architecture: 'x64' + + - name: Tests + shell: bash + run: ci_scripts/run-python.sh