diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24aca3bb..da5f1126 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,9 +116,10 @@ jobs: strategy: matrix: flags: - - "" +# These fail currently, future PR should fix them +# - "" +# - "--features wasm-bindgen" - "--no-default-features" - - "--features wasm-bindgen" - "--no-default-features --features wasm-bindgen" fail-fast: false steps: