From a1336547a9e79e2335c2d47548af8b29a41d66c5 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Wed, 11 Sep 2024 18:15:28 +0800 Subject: [PATCH] add: test actions --- .gitea/workflows/test.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..f70deb0 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,12 @@ +name: Run Unit Tests +on: [ push ] +jobs: + Run-Unit-Tests: + runs-on: archlinux + steps: + - uses: https://git.rrricardo.top/actions/checkout@v4 + name: Check out code + with: + lfs: true + - name: Run test + run: cargo test