rustic-sysy/.gitea/workflows/test.yaml
jackfiled a1336547a9
All checks were successful
Run Unit Tests / Run-Unit-Tests (push) Successful in -17s
add: test actions
2024-09-11 18:15:28 +08:00

13 lines
262 B
YAML

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