Compare commits

..

1 Commits

Author SHA1 Message Date
674a5f06dc
test: on-demand integration tests
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-03-16 13:18:48 +01:00

View File

@ -78,8 +78,12 @@ steps:
chmod +x run-ci-int
sh run-ci-int
when:
branch:
- int/*
event:
include:
- pull_request
ref:
include:
- refs/pull/int-*
depends_on:
- make check
- make test