Skip to content

Commit

Permalink
Add CI tests using mksh
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Oct 22, 2024
1 parent 81fe181 commit 537ce74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
xmlstarlet
zpaq
zstd
make curl ca-certificates groff-base man2html-base bash busybox ksh toybox mmv yash zsh
make curl ca-certificates groff-base man2html-base bash busybox ksh toybox mmv mksh yash zsh
- name: 'Install extras'
# One package is no longer available in Ubuntu and must be installed manually
run: |
Expand All @@ -95,6 +95,8 @@ jobs:
run: make check -k SHELL=dash
- name: 'Run tests with ksh'
run: make check -k SHELL=ksh
- name: 'Run tests with mksh'
run: make check -k SHELL=mksh
- name: 'Run tests with yash'
run: make check -k SHELL=yash
- name: 'Run tests with zsh'
Expand Down

0 comments on commit 537ce74

Please sign in to comment.