update CI

This commit is contained in:
JasterV 2026-01-29 15:17:40 +01:00
parent 29a16f368c
commit c24d7762cb

View file

@ -80,7 +80,7 @@ jobs:
- name: cargo generate-lockfile
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
- name: cargo test --locked
run: cargo test --locked --all-targets
- name: cargo test
run: cargo test --all-targets
- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2