diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index a89eb8690..5735c3bb9 100644 --- a/.github/workflows/test-core.yml +++ b/.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