Skip to content

Commit 70a85d5

Browse files
committed
ci: Update spectests branch
1 parent 8f379dc commit 70a85d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ commands:
238238
name: "Download spectest files"
239239
working_directory: "~"
240240
command: |
241-
git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20210212 --depth 1 --single-branch
241+
git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20220623 --depth 1 --single-branch
242242
- run:
243243
name: "Convert spectests to JSON"
244244
working_directory: ~/spectests
@@ -259,7 +259,7 @@ commands:
259259
default: false
260260
expected_passed:
261261
type: integer
262-
default: 19044
262+
default: 19062
263263
expected_failed:
264264
type: integer
265265
default: 0

0 commit comments

Comments
 (0)