Add basic CI
Some checks failed
Cargo Build & Test / Rust project - latest (beta) (push) Failing after 26s
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 23s
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 28s

This commit is contained in:
2025-09-27 00:32:00 -05:00
parent 957bf1b549
commit bf5d3dc222
2 changed files with 25 additions and 0 deletions

24
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,24 @@
name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: rustup-all
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target /target
podcasts.sqlite podcasts.sqlite
.env .env
/certs/