From 853326b5c3c1de2e147736e5000a9140b7c19e26 Mon Sep 17 00:00:00 2001 From: Michael Timbert Date: Tue, 15 Oct 2024 17:37:14 +0200 Subject: [PATCH 1/2] update ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6231065..13739b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - develop - master - 'releases/**' + - '**' pull_request: branches: - develop From 38061c3822d7c1dca610b536ef22d9f9ad3c97eb Mon Sep 17 00:00:00 2001 From: Michael Timbert Date: Tue, 15 Oct 2024 17:39:08 +0200 Subject: [PATCH 2/2] CI: add Test:Exception module --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13739b5..6b52663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - develop - master - 'releases/**' - - '**' + pull_request: branches: - develop @@ -41,7 +41,7 @@ jobs: run: sudo apt install -y libidn2-dev - name: cpan module - run: cpanm Module::Install Devel::CheckLib Module::Install::XSUtil Test::Fatal + run: cpanm Module::Install Devel::CheckLib Module::Install::XSUtil Test::Fatal Test::Exception - name: installation run: cpanm --verbose --notest --configure-args="--no-ed25519" . @@ -49,4 +49,3 @@ jobs: - name: test run: prove -bl -