Split up librqbit http_api and tracing_subscriber into separate features (#188)
* fix lints that were under features * Split up some features and fix desktop * fix github script * fix github script * fix github script * try caching check-desktop
This commit is contained in:
parent
33554159bf
commit
37ee8b70ba
12 changed files with 65 additions and 36 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
|
@ -23,6 +23,18 @@ jobs:
|
|||
- run: rustup override set ${{ matrix.rust_version }}
|
||||
- name: cargo check
|
||||
run: cargo check
|
||||
check-desktop:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: rustup toolchain install 1.75
|
||||
run: |
|
||||
rustup toolchain install 1.75
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: rustup override set 1.75
|
||||
- name: cargo check desktop
|
||||
working-directory: desktop/src-tauri
|
||||
run: cargo check
|
||||
test:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue