From 12a48337f6a77df15183c2624bdae44933f94896 Mon Sep 17 00:00:00 2001 From: deke Date: Mon, 27 Jan 2025 00:47:54 +0000 Subject: [PATCH] Add test workflow --- .forgejo/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/test.yaml diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 0000000..60fb62c --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,7 @@ +jobs: + test: + runs-on: docker + container: + image: rust:latest + steps: + - run: cargo test \ No newline at end of file