Răsfoiți Sursa

ci: combine build and test

Jonathan Kelley 3 ani în urmă
părinte
comite
ebfe2b88e9
1 a modificat fișierele cu 2 adăugiri și 5 ștergeri
  1. 2 5
      .github/workflows/windows.yml

+ 2 - 5
.github/workflows/windows.yml

@@ -58,14 +58,11 @@ jobs:
         if: matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly'
         shell: bash
 
-      - name: build
+      - name: test
         run: |
           rustc -Vv
           cargo -V
           set RUST_BACKTRACE=1 
           cargo build --features "desktop, ssr, router"
-        shell: cmd
-
-      - name: test
-        run: cargo test --features "desktop, ssr, router"
+          cargo test --features "desktop, ssr, router"
         shell: cmd