caching
This commit is contained in:
parent
f22d58dfd0
commit
6dd7c9286c
@ -13,6 +13,9 @@ clippy:
|
|||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- target/
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
script:
|
script:
|
||||||
@ -26,6 +29,9 @@ test_linux_amd64:
|
|||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- target/
|
||||||
script:
|
script:
|
||||||
# - RUSTFLAGS="-D warnings" RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture
|
# - RUSTFLAGS="-D warnings" RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture
|
||||||
- RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture
|
- RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture
|
||||||
|
Loading…
Reference in New Issue
Block a user