try manual

This commit is contained in:
dignifiedquire
2019-11-12 18:30:27 +01:00
parent 58ad14d9c3
commit f835521d31

View File

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