소스 검색

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

Lucas Nogueira 2 년 전
부모
커밋
1629c5ad27
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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