Skip to content

Commit d6f6c30

Browse files
committed
Added tests for the shell
1 parent bc7de09 commit d6f6c30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
SOM_INTERP=BC pytest
5757
SOM_INTERP=AST ./som.sh -cp Smalltalk TestSuite/TestHarness.som
5858
SOM_INTERP=BC ./som.sh -cp Smalltalk TestSuite/TestHarness.som
59+
echo "[system exit: 0] value" | SOM_INTERP=AST ./som.sh -cp Smalltalk
60+
echo "[system exit: 0] value" | SOM_INTERP=BC ./som.sh -cp Smalltalk
5961
6062
- name: Full Tests
6163
if: matrix.id != 'basic'

0 commit comments

Comments
 (0)