Added Gitea CI testing
All checks were successful
test suite / cargo test (push) Successful in 33s
RenovateBot / renovate (push) Successful in 35s

This commit is contained in:
Valentin Popov 2024-07-19 18:21:30 +04:00
parent 5a2a12494c
commit 8d7ad67d70
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

12
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,12 @@
name: test suite
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --all
- run: cargo test --all-features