Move emscripten CI to allow_failures
Not sure what is going on with this failure that just started happening with no code change on our end. Wait and see if it goes away. On asmjs-unknown-emscripten: Assertion failed: compiled without a main, but one is present. if you added it from JS, use Module["onRuntimeInitialized"] undefined:109 throw ex; ^ abort("Assertion failed: compiled without a main, but one is present. if you added it from JS, use Module[\"onRuntimeInitialized\"]") at Error On wasm32-unknown-emscripten: Assertion failed: compiled without a main, but one is present. if you added it from JS, use Module["onRuntimeInitialized"] failed to asynchronously prepare wasm: abort("Assertion failed: compiled without a main, but one is present. if you added it from JS, use Module[\"onRuntimeInitialized\"]") at Error
This commit is contained in:
parent
a51f831ae4
commit
820107d15e
@ -84,6 +84,8 @@ matrix:
|
||||
- cargo web test --target=wasm32-unknown-emscripten --nodejs
|
||||
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
env: EMSCRIPTEN
|
||||
- rust: nightly
|
||||
env: CLIPPY
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user