Skip to content

Commit

Permalink
Run schema tests in CI (#2680)
Browse files Browse the repository at this point in the history
Fixes #2679
  • Loading branch information
chinedufn authored Sep 14, 2021
1 parent 7c00de9 commit 3f3ed81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
displayName: "Futures test suite on wasm"
- script: cargo test -p wasm-bindgen-multi-value-xform
displayName: "multi-value xform tests on native"
- script: cargo test -p wasm-bindgen-shared
displayName: "Shared test suite on native"
# TODO: re-enable when binary decoding for reference types is updated in
# Node.
# - script: |
Expand Down
2 changes: 1 addition & 1 deletion crates/shared/src/schema_hash_approval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// If the schema in this library has changed then:
// 1. Bump the version in `crates/shared/Cargo.toml`
// 2. Change the `SCHEMA_VERSION` in this library to this new Cargo.toml version
const APPROVED_SCHEMA_FILE_HASH: &'static str = "12458387802132375736";
const APPROVED_SCHEMA_FILE_HASH: &'static str = "3468290064813615840";

#[test]
fn schema_version() {
Expand Down

0 comments on commit 3f3ed81

Please sign in to comment.