Update rust-check.yml

This commit is contained in:
LDprg
2023-07-14 17:37:39 +02:00
committed by GitHub
parent 01ac1ce043
commit c6a96dc43c

View File

@@ -17,4 +17,4 @@ jobs:
- uses: actions/checkout@v3
- uses: mirlahiji/rust-action@master
with:
args: cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test