Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 07:42:29 +03:00 committed by GitHub
parent 8fa908f571
commit c4e7a6a17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,3 +20,6 @@ jobs:
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
- name: rust-cargo
uses: actions-rs/cargo@v1.0.1