add: test actions
All checks were successful
Run Unit Tests / Run-Unit-Tests (push) Successful in -17s

This commit is contained in:
jackfiled 2024-09-11 18:15:28 +08:00
parent e51d02dd6f
commit a1336547a9

View File

@ -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