rustic-sysy/.gitea/workflows/test.yaml

13 lines
262 B
YAML
Raw Permalink Normal View History

2024-09-11 18:15:28 +08:00
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