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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run:
|
run: cargo build --release
|
||||||
cargo build --release |
|
|
||||||
chmod +x target/release/rust-tcp-file-transfer
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
|
- name: Executable
|
||||||
|
run: chmod +x /home/runner/work/rust-tcp-transfer/target/release/rust-tcp-file-transfer
|
||||||
|
|
||||||
- name: Changelog
|
- name: Changelog
|
||||||
uses: ardalanamini/auto-changelog@v4
|
uses: ardalanamini/auto-changelog@v4
|
||||||
id : changelog
|
id : changelog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue