toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[ci] caching

+6 -5
+6 -5
.github/workflows/ci.yml
··· 37 37 path: | 38 38 target/ 39 39 key: | 40 - ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}-${{github.job}} 40 + ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}-${{github.workflow}}-${{github.job}} 41 41 restore-keys: | 42 42 ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}- 43 43 ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}- 44 44 ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}- 45 45 46 46 - run: cargo run --package util-rust-analyzer -- download 47 - - run: cargo test --release --all-features -- --nocapture 47 + - run: cargo test --release --all-features 48 48 env: 49 49 RUST_LOG: info 50 50 ··· 62 62 path: | 63 63 target/ 64 64 key: | 65 - ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}-${{github.job}} 65 + ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}-${{github.workflow}}-${{github.job}} 66 66 67 67 rustdoc_link_ra_test: 68 68 name: rustdoc-link RA test ··· 74 74 strategy: 75 75 matrix: 76 76 ra-version: 77 + - "2025-03-17" 77 78 - "2025-03-04" 78 - - "2025-03-17" 79 + - "2025-02-17" # 1.85.0 79 80 - "nightly" 80 81 81 82 steps: ··· 94 95 path: | 95 96 target/ 96 97 key: | 97 - ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}-${{github.job}} 98 + ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}-${{github.workflow}}-${{github.job}} 98 99 restore-keys: | 99 100 ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-${{hashFiles('**/Cargo.lock')}}- 100 101 ${{runner.os}}-${{steps.cargo-version.outputs.CARGO_VERSION}}-${{hashFiles('**/Cargo.toml')}}-