diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index ecfceb7..38c53ec 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -11,5 +11,4 @@ steps: environment: [CARGO_TERM_COLOR=always] commands: - rustup default "$CHANNEL" - - cargo check - cargo test --features "$FEATURES"