Skip to content

Commit

Permalink
Run binary parsing tests on github
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Jan 14, 2025
1 parent cb307eb commit c9fd684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
run: docker exec -u user kwasm-ci-conformance-${GITHUB_SHA} make -j2 test-conformance-supported
- name: 'Run conformance tests: parse'
run: docker exec -u user kwasm-ci-conformance-${GITHUB_SHA} make test-conformance-parse
- name: 'Run conformance tests: binary parse'
run: docker exec -u user kwasm-ci-conformance-${GITHUB_SHA} make test-binary-parsing
- name: 'Tear down Docker'
if: always()
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ module BINARY-PARSER-TEST
=> parseError("parseSection test default", ListItem(U))
[owise]
endmodule
```
```

0 comments on commit c9fd684

Please sign in to comment.