mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
try
This commit is contained in:
committed by
dignifiedquire
parent
58ad14d9c3
commit
7ab5d36b5b
19
.github/workflows/rust.yml
vendored
19
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user