We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f379dc commit 70a85d5Copy full SHA for 70a85d5
circle.yml
@@ -238,7 +238,7 @@ commands:
238
name: "Download spectest files"
239
working_directory: "~"
240
command: |
241
- 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
242
- run:
243
name: "Convert spectests to JSON"
244
working_directory: ~/spectests
@@ -259,7 +259,7 @@ commands:
259
default: false
260
expected_passed:
261
type: integer
262
- default: 19044
+ default: 19062
263
expected_failed:
264
265
default: 0
0 commit comments