Skip to content

Commit 3d2d0eb

Browse files
committed
Run all bats tests in one step
1 parent 02c93cc commit 3d2d0eb

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,8 @@ jobs:
3030
run: >
3131
git config --global user.email "[email protected]" &&
3232
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
33+
- name: bats tests
34+
run: bats -v && bats t
3735
env:
3836
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
3937
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

Comments
 (0)