update tests to include bash
This commit is contained in:
parent
728c263c50
commit
e06eff955f
|
@ -30,3 +30,5 @@ echo 'testing rust'
|
|||
../lxc/execute rust test.rs
|
||||
echo 'testing swift'
|
||||
../lxc/execute swift test.swift
|
||||
echo 'testing bash'
|
||||
../lxc/execute bash test.sh
|
||||
|
|
Loading…
Reference in New Issue