summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 7dfac44..258f1bf 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -34,13 +34,13 @@ steps:
branch: main
event: [ push, pull_request ]
- tests:
- image: rust
- environment:
- RUST_BACKTRACE: 1
- CARGO_TERM_COLOR: always
- commands:
- - cargo test --verbose --jobs 2 -- --test-threads=2
- when:
- branch: main
- event: [ push, pull_request ] \ No newline at end of file
+# tests:
+# image: rust
+# environment:
+# RUST_BACKTRACE: 1
+# CARGO_TERM_COLOR: always
+# commands:
+# - cargo test --verbose --jobs 2 -- --test-threads=2
+# when:
+# branch: main
+# event: [ push, pull_request ] \ No newline at end of file