Add action.yml
Signed-off-by: Erik <erik@noreply.localhost>
This commit is contained in:
parent
184905d1f3
commit
cec83fae3c
1 changed files with 5 additions and 0 deletions
5
action.yml
Normal file
5
action.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: "Cargo test"
|
||||||
|
runs:
|
||||||
|
using: rust:1.84-alpine
|
||||||
|
steps:
|
||||||
|
- run: cargo test
|
Loading…
Add table
Reference in a new issue