Update rust.yml
This commit is contained in:
parent
7ead96b1cd
commit
e8dc3d3fc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- 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
|
chmod +x target/release/rust-tcp-file-transfer
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue