add: test actions
All checks were successful
Run Unit Tests / Run-Unit-Tests (push) Successful in -17s
All checks were successful
Run Unit Tests / Run-Unit-Tests (push) Successful in -17s
This commit is contained in:
parent
e51d02dd6f
commit
a1336547a9
12
.gitea/workflows/test.yaml
Normal file
12
.gitea/workflows/test.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user