diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2b64fe..ac2a5fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,23 +49,38 @@ jobs: - name: check examples run: | cd examples/template + + cargo add relib_module --path ../../module --package module + cargo add relib_host --path ../../host --package host + cargo rm relib_interface --package host + cargo rm relib_interface --package host --build + cargo add relib_interface --path ../../interface --package host --features include + cargo add relib_interface --path ../../interface --package host --features build --build + cargo rm relib_interface --package module + cargo rm relib_interface --package module --build + cargo add relib_interface --path ../../interface --package module --features include + cargo add relib_interface --path ../../interface --package module --features build --build cargo build --workspace cargo clippy --workspace cargo build --workspace --features unloading cargo clippy --workspace --features unloading + cd ../abi_stable_usage cargo build --workspace cargo clippy --workspace cargo build --workspace --features unloading cargo clippy --workspace --features unloading + cd ../custom_global_alloc cargo build --workspace cargo clippy --workspace cargo build --workspace --features unloading cargo clippy --workspace --features unloading + cd ../live_reload cargo build --workspace cargo clippy --workspace + cd ../export_main_macro cargo build --workspace cargo clippy --workspace diff --git a/.gitmodules b/.gitmodules index 46f17e0..10faf61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "examples/template"] path = examples/template url = https://github.com/xxshady/relib-template - branch = "temp" diff --git a/examples/template b/examples/template index fcf84c7..b4abe71 160000 --- a/examples/template +++ b/examples/template @@ -1 +1 @@ -Subproject commit fcf84c75c9389f261a1f854ffc470519595de9dd +Subproject commit b4abe717019a7708d76885db1111d73adbec1c39