diff --git a/.woodpecker.yml b/.woodpecker.yml index 9d59c79..726f573 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 ]