Skip to content

Commit

Permalink
test also xt in github workflows (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: Veesh Goldman <rabbiveesh@gmail.com>
  • Loading branch information
eserte and rabbiveesh authored Nov 25, 2023
1 parent 76cfd1f commit 13649ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Set up
run: perl Makefile.PL
- name: Run Tests
run: prove -lj4 t
run: prove -lj4 t xt
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Set up
run: perl Makefile.PL
- name: Run Tests
run: prove -lj4 t
run: prove -lj4 t xt

0 comments on commit 13649ce

Please sign in to comment.