We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7de09 commit d6f6c30Copy full SHA for d6f6c30
.github/workflows/ci.yml
@@ -56,6 +56,8 @@ jobs:
56
SOM_INTERP=BC pytest
57
SOM_INTERP=AST ./som.sh -cp Smalltalk TestSuite/TestHarness.som
58
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
61
62
- name: Full Tests
63
if: matrix.id != 'basic'
0 commit comments