Author:
Hash:
Timestamp:
+2 -4 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
f504da27bd8ba55c322e4fb632e8bccc4b0885d2
Fri, 23 May 2025 22:46:10 +0000 (5 months ago)
| 1 | diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml |
| 2 | index 223f245..f03e21c 100644 |
| 3 | --- a/.woodpecker/build.yaml |
| 4 | +++ b/.woodpecker/build.yaml |
| 5 | @@ -13,14 +13,12 @@ steps: |
| 6 | environment: |
| 7 | CARGO_BUILD_JOBS: 5 |
| 8 | commands: |
| 9 | - - scripts/ensure_database.sh |
| 10 | - - npm install |
| 11 | + # - scripts/ensure_database.sh |
| 12 | - cargo clippy |
| 13 | - name: cargo-test |
| 14 | image: /bin/sh |
| 15 | environment: |
| 16 | CARGO_BUILD_JOBS: 5 |
| 17 | commands: |
| 18 | - - scripts/ensure_database.sh |
| 19 | - - npm install |
| 20 | + # - scripts/ensure_database.sh |
| 21 | - cargo test |