We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c93cc commit 3d2d0ebCopy full SHA for 3d2d0eb
.github/workflows/compile.yml
@@ -30,21 +30,8 @@ jobs:
30
run: >
31
git config --global user.email "[email protected]" &&
32
git config --global user.name "Min Illa"
33
- - name: minil tests
34
- run: bats -t t/minil_module.bats
35
- - name: dzil tests
36
- run: bats -t t/dzil_module.bats
+ - name: bats tests
+ run: bats -v && bats t
37
env:
38
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
39
COVERALLS_TOKEN: ${{secrets.COVERALLS_TOKEN}}
40
-
41
- - name: Build.PL test
42
- run: bats -t t/module_build_module.bats
43
44
-# - name: ExtUtils with MANIFEST test
45
-# run: bats -t t/extutils-makemaker-module-with-manifest.bats
46
47
- - name: ExtUtils with MANIFEST.SKIP test
48
- run: bats -t t/extutils-makemaker-module-with-manifest.skip.bats
49
50
0 commit comments