Update rust-cache to v2 in github tests to make it faster (#113)
This commit is contained in:
parent
8524e73fda
commit
2fb3da9dc5
2 changed files with 3 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: Swatinem/rust-cache@v1
|
- run: rustup toolchain install stable --profile minimal
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
//!
|
//!
|
||||||
//! It also proved useful to use the [`Api`] when building the rqbit desktop app, as it provides
|
//! It also proved useful to use the [`Api`] when building the rqbit desktop app, as it provides
|
||||||
//! a facade that works with simple serializable types.
|
//! a facade that works with simple serializable types.
|
||||||
|
//!
|
||||||
|
|
||||||
pub mod api;
|
pub mod api;
|
||||||
mod api_error;
|
mod api_error;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue