From 4c8c6ad0897477849447246c529cab8f66e83565 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 19 May 2023 12:02:32 -0300 Subject: [PATCH] Revert "comment out desktop" This reverts commit cb3d288db0a8486638c057acecdb3367b0d72b95. --- .github/workflows/test-rust.yml | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index e85c5260..07d4c5e1 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -127,24 +127,24 @@ jobs: matrix: package: ${{ fromJSON(needs.changes.outputs.packages) }} platform: - # - { - # target: x86_64-pc-windows-msvc, - # os: windows-latest, - # cross: false, - # command: "test", - # } - # - { - # target: x86_64-unknown-linux-gnu, - # os: ubuntu-latest, - # cross: false, - # command: "test", - # } - # - { - # target: x86_64-apple-darwin, - # os: macos-latest, - # cross: false, - # command: "test", - # } + - { + target: x86_64-pc-windows-msvc, + os: windows-latest, + cross: false, + command: "test", + } + - { + target: x86_64-unknown-linux-gnu, + os: ubuntu-latest, + cross: false, + command: "test", + } + - { + target: x86_64-apple-darwin, + os: macos-latest, + cross: false, + command: "test", + } - { target: aarch64-apple-ios, os: macos-latest,