Add test workflow

This commit is contained in:
R.J. 2025-01-27 00:47:54 +00:00
parent 61a3a305b6
commit 12a48337f6

View file

@ -0,0 +1,7 @@
jobs:
test:
runs-on: docker
container:
image: rust:latest
steps:
- run: cargo test