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