doc: Update rust.yml
This commit is contained in:
parent
e8dc3d3fc8
commit
b594fb8158
1 changed files with 5 additions and 4 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -18,12 +18,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run:
|
||||
cargo build --release |
|
||||
chmod +x target/release/rust-tcp-file-transfer
|
||||
run: cargo build --release
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- name: Executable
|
||||
run: chmod +x /home/runner/work/rust-tcp-transfer/target/release/rust-tcp-file-transfer
|
||||
|
||||
- name: Changelog
|
||||
uses: ardalanamini/auto-changelog@v4
|
||||
id : changelog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue