Skip to content

Commit 3f3ed81

Browse files
authored
Run schema tests in CI (#2680)
Fixes #2679
1 parent 7c00de9 commit 3f3ed81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
displayName: "Futures test suite on wasm"
4242
- script: cargo test -p wasm-bindgen-multi-value-xform
4343
displayName: "multi-value xform tests on native"
44+
- script: cargo test -p wasm-bindgen-shared
45+
displayName: "Shared test suite on native"
4446
# TODO: re-enable when binary decoding for reference types is updated in
4547
# Node.
4648
# - script: |

crates/shared/src/schema_hash_approval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// If the schema in this library has changed then:
99
// 1. Bump the version in `crates/shared/Cargo.toml`
1010
// 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";
1212

1313
#[test]
1414
fn schema_version() {

0 commit comments

Comments
 (0)