summaryrefslogtreecommitdiff
path: root/.woodpecker.yaml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-30 22:35:38 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-30 22:35:38 +0300
commit18cbd12bdf3667de18d47cfa42a7a489696342e3 (patch)
tree15ccbc4dbcf4b6ecc72c3e05668e9fba17651ae9 /.woodpecker.yaml
parentb72e1234666691e8f75216d8a5e36cdebadb4444 (diff)
Revert "Rewritted tests in woodpecker.yaml"
This reverts commit b72e1234666691e8f75216d8a5e36cdebadb4444.
Diffstat (limited to '.woodpecker.yaml')
-rw-r--r--.woodpecker.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 46a5e75..c0516c8 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -3,11 +3,9 @@ steps:
full-test:
image: rust
commands:
- - apt install openssl -y
- rustup default stable
- - rustup component add clippy rustfmt
- - cargo clippy --jobs 2 -- -D clippy::all
- cargo fmt --all -- --check
+ - cargo clippy --jobs 2 -- -D warnings
- cargo build --verbose --release --jobs 2
- cargo test --verbose --jobs 2
when: