mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-02 11:46:07 -04:00
caching
This commit is contained in:
parent
f22d58dfd0
commit
6dd7c9286c
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,9 @@ clippy:
|
|||
tags:
|
||||
- linux
|
||||
- amd64
|
||||
cache:
|
||||
paths:
|
||||
- target/
|
||||
before_script:
|
||||
- rustup component add clippy
|
||||
script:
|
||||
|
@ -26,6 +29,9 @@ test_linux_amd64:
|
|||
tags:
|
||||
- linux
|
||||
- amd64
|
||||
cache:
|
||||
paths:
|
||||
- target/
|
||||
script:
|
||||
# - RUSTFLAGS="-D warnings" RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture
|
||||
- RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue