diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b8db9f2..e781aee 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,6 +23,7 @@ jobs: cargo build --release --manifest-path ./adana-script/dynamic_lib/example_lib_src/Cargo.toml rm ./adana-script/dynamic_lib/libplugin_example.so cp ./adana-script/dynamic_lib/example_lib_src/target/release/libplugin_example.so ./adana-script/dynamic_lib/libplugin_example.so + git add . && git commit -m "we need to build libpluginexample.so with the proper glibc" - run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - run: cargo test #--verbose -- --nocapture - run: wasm-pack test --headless --firefox ./adana-script-wasm