aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRustDesk <[email protected]>2023-01-07 12:50:24 +0800
committerGitHub <[email protected]>2023-01-07 12:50:24 +0800
commit78d7e9437efeb23537ea32c6fffc60031797d7c3 (patch)
treeb867b0c0a9c6c901cdd472e46824d8f99ec25330 /.github
parent6bd5621fb05fb475adaadbe4483f63c7e535b24a (diff)
downloadrustdesk-server-78d7e9437efeb23537ea32c6fffc60031797d7c3.tar.gz
rustdesk-server-78d7e9437efeb23537ea32c6fffc60031797d7c3.zip
Update test.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2c8a894..d425a10 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -49,6 +49,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
+ command: build
+ - uses: actions-rs/cargo@v1
+ with:
command: fmt
args: --all -- --check