test: add workflow
All checks were successful
/ check (push) Successful in 2m46s

This commit is contained in:
Guilhem Lavaux 2025-06-16 13:41:09 +02:00
parent affb7fbd01
commit e8e5cd0f2d

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
check:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- run: cargo test