Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Aug 27, 2024
1 parent 7f74857 commit 2d82d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d82d42

Please sign in to comment.