mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
Remove fingerprint_script from CI
This commit is contained in:
parent
03618f9611
commit
3c6a58c20a
1 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ test_task:
|
|||
image: rustlang/rust:nightly
|
||||
cargo_cache:
|
||||
folder: $CARGO_HOME/registry
|
||||
fingerprint_script: cat Cargo.lock
|
||||
build_script: cargo build
|
||||
test_script: cargo test
|
||||
before_cache_script: rm -rf $CARGO_HOME/registry/index
|
||||
|
|
@ -22,7 +21,6 @@ freebsd_test_task:
|
|||
install_script: pkg install -y rust
|
||||
cargo_cache:
|
||||
folder: $HOME/.cargo/registry
|
||||
fingerprint_script: cat Cargo.lock
|
||||
build_script: cargo build --all
|
||||
test_script: cargo test --all --all-targets
|
||||
before_cache_script: rm -rf $HOME/.cargo/registry/index
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue