This commit is contained in:
parent
b803dcb20e
commit
daac466cfa
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/rust.yml
Normal file
12
.forgejo/workflows/rust.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Rust
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: rust:trixie
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: cargo build
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue