Update rust.yml

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

View file

@ -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