Skip to content

Commit

Permalink
remove parsecheck tool/step
Browse files Browse the repository at this point in the history
This was validating the WASM binaries that were commited to source control
and generated by the wast2json tool.  These files were removed and are
now generated and then immediately tested on the fly.
  • Loading branch information
marler8997 committed Jun 15, 2024
1 parent af29066 commit 2527b0d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ jobs:
version: 0.12.0
- name: Run testsuite
run: zig build testsuite
parsecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.12.0
- name: Build parsecheck
working-directory: ./test/parsecheck
run: zig build --prefix ./
- name: Run parse check
run: test/parsecheck/bin/parsecheck test/testsuite-generated
build_interface:
strategy:
matrix:
Expand Down
26 changes: 0 additions & 26 deletions test/parsecheck/build.zig

This file was deleted.

61 changes: 0 additions & 61 deletions test/parsecheck/src/parsecheck.zig

This file was deleted.

0 comments on commit 2527b0d

Please sign in to comment.