Skip to content

The idea of this PR is to study the migration of this project to Rust 🦀 #20

The idea of this PR is to study the migration of this project to Rust 🦀

The idea of this PR is to study the migration of this project to Rust 🦀 #20

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test-py:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
uses: abatilo/[email protected]
with:
python_version: 3.9
poetry_version: 1.1.12
args: install
- name: Run tests
uses: abatilo/[email protected]
with:
python_version: 3.9
poetry_version: 1.1.12
args: run pytest
test-rs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test