Răsfoiți Sursa

fix(ci): set target on test-core.yml

Lucas Nogueira 2 ani în urmă
părinte
comite
1629c5ad27
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      .github/workflows/test-core.yml

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

@@ -101,6 +101,6 @@ jobs:
 
       - name: test
         run: |
-          cargo test
-          cargo test --features api-all
-          cargo test --features compression,wry,isolation,custom-protocol,api-all,cli,updater,system-tray,windows7-compat,http-multipart
+          cargo test --target ${{ matrix.platform.target }}
+          cargo test --target ${{ matrix.platform.target }} --features api-all
+          cargo test --target ${{ matrix.platform.target }} --features compression,wry,isolation,custom-protocol,api-all,cli,updater,system-tray,windows7-compat,http-multipart