Trying to fix woodpecker pipeline
parent
ae7d9cf996
commit
b91223d6ed
|
@ -8,13 +8,13 @@ pipeline:
|
|||
- "cargo build --verbose"
|
||||
- "cargo clippy --workspace --tests --all-targets --all-features"
|
||||
- "cargo test --workspace --no-fail-fast"
|
||||
image: "rust:latest"
|
||||
image: "rust:1-bust"
|
||||
when:
|
||||
event: pull_request, push
|
||||
build:
|
||||
commands:
|
||||
- "cargo build --release"
|
||||
image: "rust:latest"
|
||||
image: "rust:1-buster"
|
||||
when:
|
||||
branch: main
|
||||
event: push
|
||||
|
|
Loading…
Reference in New Issue