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