summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-01 14:07:32 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-01 14:07:32 +0300
commit22603546d1a6143ec5b0b3f1ccce5c6ccbe3f51d (patch)
tree5e09777f0cb607b66e5ad688666d3ddc1ba8f742
parent068eea55e0612184151461e64633b3dc18e53490 (diff)
Removed duplicated step from CI
-rw-r--r--.woodpecker.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index ea55210..9415915 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -33,18 +33,6 @@ steps:
when:
branch: main
event: [ push, pull_request ]
-
- build:
- image: rust
- environment:
- RUST_BACKTRACE: 1
- CARGO_TERM_COLOR: always
- commands:
- - cargo build --verbose --release --jobs 2
- when:
- branch: main
- event: [ push, pull_request ]
-
tests:
image: rust