diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..8fabc59 --- /dev/null +++ b/action.yml @@ -0,0 +1,5 @@ +name: "Cargo test" +runs: + using: rust:1.84-alpine + steps: + - run: cargo test \ No newline at end of file