This commit is contained in:
holger krekel
2019-11-12 17:39:57 +01:00
committed by dignifiedquire
parent 58ad14d9c3
commit 7ab5d36b5b
2 changed files with 38 additions and 29 deletions

View File

@@ -76,3 +76,22 @@ jobs:
- name: clippy
run: cargo clippy --all
python_tests:
name: 3.7 python tests sample
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: 3.x
architecture: x64
- run: bash ci_scripts/run-python.sh