diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 19ef4c8..94a4e6d 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -16,11 +16,4 @@ steps: - apt install -y libextutils-builder-perl make - perl Makefile.PL - make -j4 - - test: - when: - event: [push] - image: ${os} - commands: - - make test - depends_on: [build] + - make -j4 test