Don't cache ever changing stuff
This commit is contained in:
parent
dbe2880219
commit
f965cd0c15
@ -1,4 +1,10 @@
|
||||
cache: cargo
|
||||
before_cache:
|
||||
- find ./target/debug -type f -maxdepth 1 -delete
|
||||
- rm -f ./target/debug/deps/*ra_*
|
||||
|
||||
env:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
Loading…
x
Reference in New Issue
Block a user