Skip to content

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

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 🦀 #32

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: clippy
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test