fix typo, add test entry for nim

This commit is contained in:
Brian Seymour 2020-11-01 19:25:16 -06:00
parent a4039fa334
commit d218402a5f
2 changed files with 4 additions and 1 deletions

View file

@ -70,7 +70,8 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
echo '---'
echo 'nim'
lxc-attack --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1"
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1"
echo '---'
echo 'node'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"