From 1629c5ad27bbb4db37def7e9c06713cb0def44a4 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 28 Aug 2022 17:50:05 -0300 Subject: [PATCH] fix(ci): set target on test-core.yml --- .github/workflows/test-core.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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