File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 41
41
displayName : " Futures test suite on wasm"
42
42
- script : cargo test -p wasm-bindgen-multi-value-xform
43
43
displayName : " multi-value xform tests on native"
44
+ - script : cargo test -p wasm-bindgen-shared
45
+ displayName : " Shared test suite on native"
44
46
# TODO: re-enable when binary decoding for reference types is updated in
45
47
# Node.
46
48
# - script: |
Original file line number Diff line number Diff line change 8
8
// If the schema in this library has changed then:
9
9
// 1. Bump the version in `crates/shared/Cargo.toml`
10
10
// 2. Change the `SCHEMA_VERSION` in this library to this new Cargo.toml version
11
- const APPROVED_SCHEMA_FILE_HASH : & ' static str = "12458387802132375736 " ;
11
+ const APPROVED_SCHEMA_FILE_HASH : & ' static str = "3468290064813615840 " ;
12
12
13
13
#[ test]
14
14
fn schema_version ( ) {
You can’t perform that action at this time.
0 commit comments