mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 16:44:09 +02:00
optional sqlx
This commit is contained in:
parent
cbd172d6c8
commit
06de88ec21
4 changed files with 294 additions and 96 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --all-features
|
||||
|
||||
test:
|
||||
name: Tests
|
||||
|
|
@ -33,6 +34,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all-features
|
||||
|
||||
msrv:
|
||||
name: Check MSRV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue