Skip to content

Commit

Permalink
Merge pull request #836 from wasmx/update-spectests-0.8.0-simple
Browse files Browse the repository at this point in the history
ci: Update spectests branch - skipping tests for post-1.0 features
  • Loading branch information
gumb0 authored Jun 23, 2022
2 parents 8f379dc + 70a85d5 commit 5638d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ commands:
name: "Download spectest files"
working_directory: "~"
command: |
git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20210212 --depth 1 --single-branch
git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20220623 --depth 1 --single-branch
- run:
name: "Convert spectests to JSON"
working_directory: ~/spectests
Expand All @@ -259,7 +259,7 @@ commands:
default: false
expected_passed:
type: integer
default: 19044
default: 19062
expected_failed:
type: integer
default: 0
Expand Down

0 comments on commit 5638d05

Please sign in to comment.