summaryrefslogtreecommitdiff
path: root/.woodpecker.yaml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-03 21:00:31 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-03 21:00:31 +0300
commit2c8b804cd61a480501069cdf4d4377f3c2cf30bb (patch)
tree2eecc7396b2445d881c316848f158830aa6a8d7d /.woodpecker.yaml
parent2c7b2b72edf32ec19ac9b72b47c075209717deb4 (diff)
Not much of the documentation has been implemented, as well as some minor changes
Diffstat (limited to '.woodpecker.yaml')
-rw-r--r--.woodpecker.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 14ad9df..b8f5086 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -29,7 +29,7 @@ steps:
commands:
- rustup component add clippy rustfmt
- cargo fmt --all -- --check
- - cargo clippy --jobs 2 -- -D clippy::all
+ - cargo clippy --jobs 2 -- -D clippy::all -D warnings
when:
branch: main
event: [ push, pull_request ]
@@ -41,7 +41,7 @@ steps:
CARGO_TERM_COLOR: always
MESK_CONFIG_TOML: "[repo]\nrepo_url = \"https://mesk.anthrill.i2p/repo/x86_64/\"\nauto_update = true\ndestination = (\"mesk\", \"mesk\")"
commands:
- - cargo test --verbose --jobs 2
+ - cargo test --verbose --jobs 2 -- --test-threads=2
when:
branch: main
event: [ push, pull_request ] \ No newline at end of file