Add action.yml

Signed-off-by: Erik <erik@noreply.localhost>
This commit is contained in:
Erik Grobecker 2025-02-23 09:02:15 +00:00
parent 184905d1f3
commit cec83fae3c

5
action.yml Normal file
View file

@ -0,0 +1,5 @@
name: "Cargo test"
runs:
using: rust:1.84-alpine
steps:
- run: cargo test