[#45] Added cargo caching; made clippy more strict

pull/72/head
Jef Roosens 2021-05-12 14:28:59 +02:00
parent b9d0bb7aa5
commit 2547434d95
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pipeline:
commands:
- cargo fmt -- --check
# This is run here because it requires compilation
- cargo clippy -- -D warnings
- cargo clippy --all-targets -- -D warnings
# =====REBUILD & FLUSH CACHE=====
@ -62,6 +62,7 @@ pipeline:
rebuild: true
mount:
- target
- .cargo
- web/node_modules
secrets: [ cache_s3_access_key, cache_s3_secret_key ]