This commit is contained in:
2025-12-09 20:52:20 +01:00
parent 0a480f2632
commit bfc7b838f5

View File

@@ -16,11 +16,4 @@ steps:
- apt install -y libextutils-builder-perl make - apt install -y libextutils-builder-perl make
- perl Makefile.PL - perl Makefile.PL
- make -j4 - make -j4
- make -j4 test
test:
when:
event: [push]
image: ${os}
commands:
- make test
depends_on: [build]