summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-21 16:18:22 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-21 16:25:55 +0200
commit719991b78af9ac6915179209771be4138065e182 (patch)
treed254892b578d9e7685d08822e4b05802614e8807 /.woodpecker.yml
parentabeb43732a2a9b45453e6acb6df3de2395659943 (diff)
Use a cargo feature to allow disabling docker tests in CI
Ideally these tests would run in CI, but that would require docker in docker, since CI runs its tests in docker.
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index f3b0e5c..cee339a 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -4,4 +4,4 @@ pipeline:
environment: [CARGO_TERM_COLOR=always]
commands:
- rustup default stable
- - cargo test
+ - cargo test --no-default-features