Add test workflow
This commit is contained in:
parent
61a3a305b6
commit
12a48337f6
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/test.yaml
Normal file
7
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:latest
|
||||
steps:
|
||||
- run: cargo test
|
Loading…
Add table
Reference in a new issue