Browse Source

Update test.yml

RustDesk 3 years ago
parent
commit
78d7e9437e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/test.yml

+ 3 - 0
.github/workflows/test.yml

@@ -47,6 +47,9 @@ jobs:
47 47
           override: true
48 48
           components: rustfmt
49 49
       - uses: Swatinem/rust-cache@v2
50
+      - uses: actions-rs/cargo@v1
51
+        with:
52
+          command: build
50 53
       - uses: actions-rs/cargo@v1
51 54
         with:
52 55
           command: fmt