Skip to content

Commit

Permalink
Run spec test in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 27, 2024
1 parent 6722920 commit 4476528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
run: |
python -m pip install --editable .
python test/test_examples.py
python test/test_spec.py
3 changes: 0 additions & 3 deletions test/test_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def impi() -> typing.Dict[str, typing.Any]:
continue
with open(name) as f:
suit = json.load(f)['commands']
match name:
case 'res/spectest/elem.json':
suit = suit[:43]
imps = impi()
runtime = pywasm.Runtime()
cmodule: pywasm.ModuleInst
Expand Down

0 comments on commit 4476528

Please sign in to comment.