doc: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 15:22:02 +03:00 committed by GitHub
parent 11444c7100
commit 7ead96b1cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release
run:
cargo build --release
chmod +x target/release/rust-tcp-file-transfer
- name: Run tests
run: cargo test --verbose