ci(rust): cache cargo build files
Some checks failed
/ lint-n-test (push) Has been cancelled

This commit is contained in:
aria 2025-07-11 22:41:14 +10:00
parent a0d030d26e
commit 5c83c599f0
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -10,6 +10,7 @@ jobs:
- run: curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs - run: curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: rustup component add rustfmt clippy - run: rustup component add rustfmt clippy
- uses: https://github.com/Leafwing-Studios/cargo-cache@v2
- run: cargo fmt -- --check - run: cargo fmt -- --check
continue-on-error: true continue-on-error: true
- run: cargo clippy -- -D warnings - run: cargo clippy -- -D warnings