Skip to content

Commit cdae3b6

Browse files
Update rust.yml
1 parent a2ada23 commit cdae3b6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
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

0 commit comments

Comments
 (0)