Skip to content

Commit

Permalink
Added tests for the shell
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Oct 1, 2023
1 parent bc7de09 commit d6f6c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
SOM_INTERP=BC pytest
SOM_INTERP=AST ./som.sh -cp Smalltalk TestSuite/TestHarness.som
SOM_INTERP=BC ./som.sh -cp Smalltalk TestSuite/TestHarness.som
echo "[system exit: 0] value" | SOM_INTERP=AST ./som.sh -cp Smalltalk
echo "[system exit: 0] value" | SOM_INTERP=BC ./som.sh -cp Smalltalk
- name: Full Tests
if: matrix.id != 'basic'
Expand Down

0 comments on commit d6f6c30

Please sign in to comment.