diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 36d152c..8bcf49b 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -2,10 +2,9 @@ matrix: include: - os: ubuntu:25.04 - os: ubuntu:24.04 - - os: macos:15 steps: - build: + test: when: event: [push] image: ${os} @@ -13,14 +12,5 @@ steps: - apt-get update -y - apt-get install -y libextutils-builder-perl make - perl Makefile.PL - - make -j4 - - test: - when: - event: [push] - image: ${os} - commands: - - apt-get update -y - - apt-get install -y make - - make -j4 test - depends_on: [build] + - make + - make test