From f835521d3168a72c5f86f932e61172899691ca44 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 12 Nov 2019 18:30:27 +0100 Subject: [PATCH] try manual --- .github/workflows/rust.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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