From 2d82d428c6f947442082d0c1dd82ba04272769d6 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Tue, 27 Aug 2024 13:12:30 +0200 Subject: [PATCH] commit --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) 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