File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2020 run : pwd
2121 - name : list dir
2222 run : ls
23- - name : Build
24- run : cargo build --verbose
25- - name : Run tests
26- run : cargo test --verbose
23+ - name : Build Library
24+ run : cargo build --manifest-path /home/runner/work/Shared-Object-File-Using-Rust/Shared-Object-File-Using-Rust/SharedObjectFile/addition_library/Cargo.toml --verbose
25+ - name : Build Client
26+ run : cargo build --manifest-path /home/runner/work/Shared-Object-File-Using-Rust/Shared-Object-File-Using-Rust/SharedObjectFile/addition_client/Cargo.toml --verbose
27+ - name : RUn Client
28+ run : cargo run --manifest-path /home/runner/work/Shared-Object-File-Using-Rust/Shared-Object-File-Using-Rust/SharedObjectFile/addition_client/Cargo.toml --verbose
You can’t perform that action at this time.
0 commit comments