First implementation
This commit is contained in:
parent
f73149ed75
commit
87fe665095
4 changed files with 92 additions and 2 deletions
9
.forgejo/workflows/test.yml
Normal file
9
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Test Rust image
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.1.0
|
||||
with:
|
||||
args: test
|
Loading…
Add table
Add a link
Reference in a new issue