diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f0ab7f..0415842 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,4 +13,5 @@ jobs: steps: - uses: actions/checkout@v4 - run: perl Makefile.PL + - run: make - run: make test