diff options
author | RustDesk <[email protected]> | 2023-01-07 12:50:24 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-07 12:50:24 +0800 |
commit | 78d7e9437efeb23537ea32c6fffc60031797d7c3 (patch) | |
tree | b867b0c0a9c6c901cdd472e46824d8f99ec25330 /.github | |
parent | 6bd5621fb05fb475adaadbe4483f63c7e535b24a (diff) | |
download | rustdesk-server-78d7e9437efeb23537ea32c6fffc60031797d7c3.tar.gz rustdesk-server-78d7e9437efeb23537ea32c6fffc60031797d7c3.zip |
Update test.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 3 |
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 |