ci: also test on ksh

This commit is contained in:
Andrew Dunham 2021-07-13 19:04:26 -04:00
parent a519746560
commit e0d5017c98
2 changed files with 10 additions and 1 deletions

View file

@ -10,7 +10,12 @@
rec {
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
# Shells
bash
dash
ksh
# Tools
gnumake
shellcheck
];